CVS log for metabase/driver_test.php
Up to [MetaL] / metabase
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Nov 9 03:12:50 2009 UTC (2 years, 2 months ago) by mlemos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +29 -1
lines
Added support to test nested transactions.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Jul 11 18:13:42 2006 UTC (5 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +7 -5
lines
Included the @ in the characters to test in the patterns test.
Read the file size before opening the saved LOB results to the files.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Jul 10 04:46:47 2006 UTC (5 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +7 -6
lines
Used $_SERVER variables instead of $argv and $argc.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Mon Jul 10 02:33:32 2006 UTC (5 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +6 -4
lines
Added one more pattern to the patterns test to see if the driver is
handling certain special characters properly.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Jul 8 21:32:14 2006 UTC (5 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +100 -2
lines
Added the patterns test.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Nov 18 12:52:46 2005 UTC (6 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +9 -1
lines
Added debug capture when the database access is close and setup again
after installing the database schema tables for autoincrement and lob
tests.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Nov 17 21:27:48 2005 UTC (6 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +22 -1
lines
Closed and setup the database again when the database schema is changed to
work around a problem with SQLite that does not see database schema changes
in connections already opened.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Sep 19 05:51:27 2005 UTC (6 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +22 -16
lines
Made the autoincrement tests not set the key field if the driver class
supports OmitInsertKey.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Sep 19 00:14:08 2005 UTC (6 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +68 -13
lines
Made the autoincrement and preparedautoincrement tests insert records on
a table with NULL, integer and float values.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Sep 4 23:36:50 2005 UTC (6 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +93 -3
lines
Added the preparedautoincrement function.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Jul 31 06:34:32 2005 UTC (6 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +104 -3
lines
Added autoincrement test.
Fixed clearing debug output when a new schema is installed.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Dec 23 02:15:30 2002 UTC (9 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -2
lines
Assured that the verified select result set in the replace test is freed.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Oct 10 23:03:13 2002 UTC (9 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +10 -6
lines
Adjusted the lobfiles test to verify writing and reading LOB files larger
than the buffer size.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Aug 7 13:02:32 2002 UTC (9 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +5 -5
lines
Fixed fopen statements to be binary data safe under Windows too.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Jan 19 20:19:42 2002 UTC (10 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3
lines
Avoided duplicate user_id key value insertion in the preparedqueries test.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Jan 19 08:42:28 2002 UTC (10 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +186 -33
lines
Added the test for the replace function.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Jan 18 06:07:43 2002 UTC (10 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +20 -22
lines
Made the bulkfetch test use only decimal values non zero integer and
fractional parts to avoid simplification by drivers that make hard inserted
values verification.
Avoided ignoring query failures of field and column bulk fetching tests.
Used ORDER BY to assure that selection order matches insertion order in
query all bulkfetch test.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Jan 17 03:51:42 2002 UTC (10 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +157 -1
lines
Added the bulkfetch test.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Dec 23 19:13:18 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +114 -112
lines
Made the messages line break character be taken from the LogLineBreak
driver argument if it is set.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Dec 23 01:44:03 2001 UTC (10 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2
lines
Fixed retrieval of BLOB to file test.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Oct 20 22:12:31 2001 UTC (10 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +199 -1
lines
Added the lobfiles test.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Oct 13 21:46:22 2001 UTC (10 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2
lines
Added missing NOT NULL field value to prepared queries test.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Oct 10 21:31:55 2001 UTC (10 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +168 -108
lines
Added a test to verify whether NULL are set correctly in LOB fields.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Oct 4 02:46:47 2001 UTC (10 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2
lines
Corrected error message when retrieved binary LOB does not match what was
stored.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Oct 4 01:21:41 2001 UTC (10 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2
lines
Added missing value to insert in the user_id field of the LOB test query.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Oct 2 00:52:25 2001 UTC (10 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3
lines
Renamed the driver_test_config.php file.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Oct 1 01:16:20 2001 UTC (10 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +9 -9
lines
Changed the prepared queries test to not overflow field length limit.
Passed field name to QuerySet LOB functions.
Fixed error flow path of query to select LOB fields.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Sep 27 22:58:59 2001 UTC (10 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +83 -3
lines
Added a test to verify if the values store in LOB fields are retrieved
correctly.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Sep 27 02:21:18 2001 UTC (10 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +71 -2
lines
Added test to verify insertion of LOB fields.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Sep 20 02:13:38 2001 UTC (10 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +65 -2
lines
Added a test to verify prepared queries with strings with question marks
and quotes.
Uncommented a end of result check on the nulls test.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Sep 18 00:28:23 2001 UTC (10 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +17 -17
lines
Avoided passing function arguments by reference to prevent warnings.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Sep 17 01:01:22 2001 UTC (10 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
Corrected the return value when the NumberOfColumns functions fails.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Sep 17 00:44:41 2001 UTC (10 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +101 -1
lines
Added the metadata test.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Sep 23 01:31:49 2000 UTC (11 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +57 -40
lines
Made the nulls test verify if the special text values NULL, null and empty
string are not mistaken as real nulls.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Sep 22 23:50:15 2000 UTC (11 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +84 -1
lines
Added the escape sequences test.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Sep 22 19:08:43 2000 UTC (11 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +42 -36
lines
Renamed the password field of the driver test table to user_password because
password is a reserved word in Interbase.
Added the name of the failed test to the error messages.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Sep 18 05:25:09 2000 UTC (11 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -2
lines
Assured that the script does not timeout when the tests take too long.
Inserted a dummy value in the user_id column in the NULL values test to
make it work with databases that do not support default field values.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Aug 9 06:08:30 2000 UTC (11 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +57 -2
lines
Added a extra sub-test for ranges test to verify the consitency of
ResultRows function value.
Made test values for sequences test start in 1 rather than 0.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jul 19 05:21:07 2000 UTC (11 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +79 -1
lines
Added a test for storage and retrieval of NULL values.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 30 05:55:36 2000 UTC (11 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +35 -6
lines
Added support to run individual tests at once.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jun 29 18:43:01 2000 UTC (11 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +21 -1
lines
Added verifications of the return value of MetabaseEndResult after
executing select queries.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 27 05:53:02 2000 UTC (11 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +53 -48
lines
Assured the paged queries test is only performed if the SelectRowsRanges
is supported.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 24 23:06:40 2000 UTC (11 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +112 -1
lines
Added the tests for transations.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 24 04:51:00 2000 UTC (11 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +126 -12
lines
Added tests to verify the conformance of the count of query affected rows.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 24 01:11:31 2000 UTC (11 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +50 -2
lines
Added the test to verify sequence conformance.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Apr 23 05:18:44 2000 UTC (11 years, 9 months ago) by mlemos
Branches: MAIN
Initial revision.
|