/ [cvs] / pear / MDB / MDB_test.php
ViewVC logotype

Log of /pear/MDB/MDB_test.php

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.34
Wed Oct 23 01:08:22 2002 UTC (5 years, 10 months ago) by ssb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.33: +1 -1 lines
FILE REMOVED
* PEAR-ized
# there's lots of added files too, but they don't show up here since I
# copied them directly on the CVS server to preserve history

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 15 10:30:43 2002 UTC (5 years, 10 months ago) by lsmith
Branch: MAIN
Changes since 1.32: +4 -2 lines
Diff to previous 1.32
added some more echo statements
fixed call to limitQuery due to API change

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 30 18:11:36 2002 UTC (5 years, 11 months ago) by lsmith
Branch: MAIN
CVS Tags: RELEASE_1_0_RC3, RELEASE_1_0_RC4
Changes since 1.31: +10 -10 lines
Diff to previous 1.31
renamed all constants:
prefix is not "MDB" instead of "DB"

this should get rid of the notices if both PEAR DB and PEAR MDB are loaded at the same time

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 22 14:08:05 2002 UTC (6 years ago) by lsmith
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
fixed all calls to queryCol and fetchCol because if the API changes due to the fetchmode fixes

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 22 14:06:07 2002 UTC (6 years ago) by lsmith
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
fixed all calls to queryCol and fetchCol because if the API changes due to the fetchmode fixes

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 22 11:34:12 2002 UTC (6 years ago) by lsmith
Branch: MAIN
Changes since 1.28: +9 -5 lines
Diff to previous 1.28
bug fixes to the handleing of the various fetchmodes

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 11 11:56:10 2002 UTC (6 years ago) by lsmith
Branch: MAIN
CVS Tags: RELEASE_1_0_RC1, RELEASE_1_0_RC2
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
cosmetic changes

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 6 10:06:23 2002 UTC (6 years ago) by lsmith
Branch: MAIN
Changes since 1.26: +11 -14 lines
Diff to previous 1.26
pgsql driver now also supports management operations
(only xml schema reverse engineering is missing)

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 5 16:28:38 2002 UTC (6 years ago) by lsmith
Branch: MAIN
Changes since 1.25: +3 -1 lines
Diff to previous 1.25
added some more comments

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 2 15:25:33 2002 UTC (6 years ago) by lsmith
Branch: MAIN
CVS Tags: RELEASE_0_9_11
Changes since 1.24: +7 -4 lines
Diff to previous 1.24
MDB needs reference &= operator to function properly
added some code to show debugging output

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 31 12:12:30 2002 UTC (6 years ago) by lsmith
Branch: MAIN
Changes since 1.23: +23 -25 lines
Diff to previous 1.23
some more API updates to the manager tests

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 30 19:36:26 2002 UTC (6 years ago) by lsmith
Branch: MAIN
CVS Tags: RELEASE_0_9_10
Changes since 1.22: +8 -10 lines
Diff to previous 1.22
fixed some method calls due to API changes in the MDB manager

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 29 20:25:56 2002 UTC (6 years ago) by lsmith
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
corrected wrong use of single quotes ...

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 29 20:06:59 2002 UTC (6 years ago) by lsmith
Branch: MAIN
Changes since 1.20: +85 -86 lines
Diff to previous 1.20
was bored in the car so i started replacing tons of double quotes with single quotes

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 26 14:29:26 2002 UTC (6 years ago) by lsmith
Branch: MAIN
Changes since 1.19: +8 -9 lines
Diff to previous 1.19
minor changes to the reverse engineering method calls

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 20 23:41:26 2002 UTC (6 years, 1 month ago) by lsmith
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18
removed call to privat method validatePreparedQuery

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 20 19:24:39 2002 UTC (6 years, 1 month ago) by lsmith
Branch: MAIN
Changes since 1.17: +10 -2 lines
Diff to previous 1.17
added a bit of Index dropping/creation fun

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 17 14:27:28 2002 UTC (6 years, 1 month ago) by lsmith
Branch: MAIN
Changes since 1.16: +59 -56 lines
Diff to previous 1.16
made changes to MDb methods calls because several were changed to either return data or an error
(rather than returning data in a var that was passed by reference)

manager samples are now run always if mysql is the selected db

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 10 11:16:33 2002 UTC (6 years, 1 month ago) by lsmith
Branch: MAIN
Changes since 1.15: +8 -7 lines
Diff to previous 1.15
sequence values are now stored in a var that is passed by reference

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 4 19:15:32 2002 UTC (6 years, 1 month ago) by lsmith
Branch: MAIN
CVS Tags: RELEASE_0_9_8
Changes since 1.14: +7 -24 lines
Diff to previous 1.14
removed license and copyright information
fixed noeol and dos format

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 28 14:11:08 2002 UTC (6 years, 1 month ago) by lsmith
Branch: MAIN
Changes since 1.13: +23 -6 lines
Diff to previous 1.13
added license information

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 26 09:09:23 2002 UTC (6 years, 1 month ago) by lsmith
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
added additional echoing of dat in the sub select tests

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 25 10:47:42 2002 UTC (6 years, 1 month ago) by lsmith
Branch: MAIN
Changes since 1.11: +18 -17 lines
Diff to previous 1.11
changed test for get*() to make use of result type passing feature

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 20 12:07:58 2002 UTC (6 years, 2 months ago) by lsmith
Branch: MAIN
Changes since 1.10: +21 -5 lines
Diff to previous 1.10
added test for subSelect()
commented out the manager section for now until the pgsql driver has this working

added optional parameter db_type to specify which database type should be used

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 12 13:10:54 2002 UTC (6 years, 2 months ago) by lsmith
Branch: MAIN
Changes since 1.9: +64 -48 lines
Diff to previous 1.9
added a sample delete statement
changed some formatting and improved comments

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 5 14:35:41 2002 UTC (6 years, 2 months ago) by lsmith
Branch: MAIN
CVS Tags: RELEASE_0_9_5
Changes since 1.8: +7 -1 lines
Diff to previous 1.8
added test for new optional parameter of fetchCol that allows specifing the column to be fetched

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 5 14:11:24 2002 UTC (6 years, 2 months ago) by lsmith
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
fetchColumn renamed to fetchCol

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 31 11:11:33 2002 UTC (6 years, 2 months ago) by lsmith
Branch: MAIN
Changes since 1.6: +9 -4 lines
Diff to previous 1.6
added some more comments to explain the xml schema manager a bit more

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 30 14:22:59 2002 UTC (6 years, 2 months ago) by lsmith
Branch: MAIN
Changes since 1.5: +46 -15 lines
Diff to previous 1.5
MDB_test.php now also shows of xml -> db and db -> xml features

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 17 14:14:40 2002 UTC (6 years, 3 months ago) by lsmith
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4
added a test for getAll

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 16 19:32:38 2002 UTC (6 years, 3 months ago) by lsmith
Branch: MAIN
Changes since 1.3: +6 -6 lines
Diff to previous 1.3
several method names shortend

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 29 22:22:31 2002 UTC (6 years, 3 months ago) by lsmith
Branch: MAIN
Changes since 1.2: +7 -7 lines
Diff to previous 1.2
renamed the core MDB class from "DB" to "MDB"

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 3 20:58:43 2002 UTC (6 years, 4 months ago) by lsmith
Branch: MAIN
Changes since 1.1: +109 -105 lines
Diff to previous 1.1
massive formating cleanups

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 22 20:20:47 2002 UTC (6 years, 5 months ago) by lsmith
Branch: MAIN
initial release of MDB (db abstraction layer merge of Metabase and PEAR DB) into pear cvs

this release is not yet ready for production use
please see README.txt for details

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

systems@php.net
ViewVC Help
Powered by ViewVC 1.1-dev