CVS log for metabase/metabase_mysql.php
Up to [MetaL] / metabase
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.91: download - view: text, markup, annotated - select for diffs
Sat Mar 5 23:27:10 2011 UTC (7 years, 1 month ago) by mlemos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.90: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.90: +2 -2 lines
Fixed the measuring of query time on error.
Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Mar 3 05:15:38 2011 UTC (7 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.89: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.89: +7 -1 lines
Added support to log the query duration on error.
Revision 1.89: download - view: text, markup, annotated - select for diffs
Sun Feb 27 04:35:01 2011 UTC (7 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.88: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.88: +7 -4 lines
Added support to pass the query string when setting failure errors.
Revision 1.88: download - view: text, markup, annotated - select for diffs
Tue Sep 28 23:05:58 2010 UTC (7 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.87: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.87: +20 -1 lines
Added support to set the type of unspecified length text columns.
Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed Aug 11 09:43:59 2010 UTC (7 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.86: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.86: +15 -1 lines
Added support to set the character set used when creating tables and the
text data returned by the database.
Revision 1.86: download - view: text, markup, annotated - select for diffs
Sun Aug 8 06:22:51 2010 UTC (7 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.85: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.85: +14 -10 lines
Avoided using result set resource values directly as array indexes to avoid
PHP strict warnings.
Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon Nov 9 03:26:20 2009 UTC (8 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.84: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.84: +2 -1 lines
Added support to set the result column types and name so results are
returned as associative arrays.
Revision 1.84: download - view: text, markup, annotated - select for diffs
Thu Feb 12 06:20:35 2009 UTC (9 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.83: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.83: +8 -4 lines
Added debug output for queries done during connection.
Made the database query debug output only be done after connecting.
Revision 1.83: download - view: text, markup, annotated - select for diffs
Fri Jan 18 20:09:55 2008 UTC (10 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.82: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.82: +12 -7 lines
Added support to nested transactions.
Revision 1.82: download - view: text, markup, annotated - select for diffs
Sat Jul 8 22:45:49 2006 UTC (11 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.81: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.81: +7 -1 lines
Moved the pattern escaping function.
Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat Jul 8 21:31:51 2006 UTC (11 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.80: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.80: +2 -2 lines
Omitted errors when attempting to close a connection.
Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Jun 26 20:55:50 2006 UTC (11 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.79: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.79: +2 -1 lines
Added support to pattern building functions
Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Mar 8 09:06:16 2006 UTC (12 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.78: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.78: +2 -2 lines
Fixed error message.
Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Nov 21 20:51:57 2005 UTC (12 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.77: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.77: +12 -5
lines
Made the driver use native decimal fields and only enable decimal type
emulation with integer fields when the EmulateDecimal option is enabled.
Revision 1.77: download - view: text, markup, annotated - select for diffs
Mon Sep 19 06:05:04 2005 UTC (12 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.76: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.76: +2 -1
lines
Enabled the OmitInsertKey support.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Sun Jul 31 07:05:59 2005 UTC (12 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.75: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.75: +16 -2
lines
Implemented primary key and autoincrement support.
Revision 1.75: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:24:46 2005 UTC (13 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.74: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.74: +3 -2
lines
Made the Query function keep track of the MySQL error when a SELECT query
returns an invalid result set.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Sun Jan 2 02:02:45 2005 UTC (13 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.73: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.73: +10 -4
lines
Made the fix for invalid query result sets also work for integer result
handles like in old PHP versions.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Jan 2 01:59:04 2005 UTC (13 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.72: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.72: +5 -1
lines
Made the Query function fail when a SELECT query does not return a valid
result set resource handle.
Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Jul 27 06:26:03 2004 UTC (13 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.71: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.71: +12 -4
lines
Fixed the detection of SQL queries that return result sets to support
query commands separated by tabs, newlines or linefeeds.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Aug 25 06:49:07 2003 UTC (14 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.70: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.70: +2 -2
lines
Fixed typo in GetBLOBFieldValue().
Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Jan 30 23:59:51 2003 UTC (15 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.69: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.69: +2 -2
lines
Fixed missing database connection handle when fetchinh sequence last
inserted id.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Dec 11 22:52:24 2002 UTC (15 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.68: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.68: +2 -2
lines
Used PHP open tag <?php ?p>.
Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Jul 23 03:57:29 2002 UTC (15 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.67: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.67: +5 -3
lines
Added support for transaction-safe Gemini type tables.
Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Jul 22 05:58:50 2002 UTC (15 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.66: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.66: +6 -2
lines
Enforced that non trasaction safe table type can not be default table types
when using transactions.
Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Jul 22 05:38:49 2002 UTC (15 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.65: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.65: +23 -1
lines
Added support for the DefaultTableType option.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue May 28 07:03:24 2002 UTC (15 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.64: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.64: +5 -2
lines
Made dummy_primary_key hidden field name be defined by a variable.
Made SHOW queries be treated as SELECT queries.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun May 26 21:05:46 2002 UTC (15 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.63: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.63: +8 -176
lines
Moved database schema management functions to the respective driver
extension class.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun Apr 14 05:13:17 2002 UTC (16 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.62: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.62: +2 -2
lines
Made sequence emulation tables be created as BDB tables when transactions
are supported.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat Feb 9 18:27:33 2002 UTC (16 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.61: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.61: +17 -3
lines
Added alternative code to implement database creation and dropping when
mysql_create_db and mysql_drop_db functions are missing in PHP.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sun Jan 20 20:38:52 2002 UTC (16 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.60: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.60: +5 -1
lines
Made Replace function fail when a key value is set to NULL.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat Jan 19 08:46:17 2002 UTC (16 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.59: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.59: +61 -1
lines
Added the Replace function.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Jan 18 06:12:58 2002 UTC (16 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.58: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.58: +3 -3
lines
Inverted the order $row and $array arguments of FetchResultArray function.
Optimized the mysql_fetch_row failure verification.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Jan 17 04:01:56 2002 UTC (16 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.57: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.57: +11 -1
lines
Added the function FetchResultArray.
Made the FreeResult function free the result_types variable.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Jan 15 03:19:59 2002 UTC (16 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.56: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.56: +20 -3
lines
Concentrated the conversion of data take from the database in the
ConvertResult function.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Sun Dec 23 01:46:18 2001 UTC (16 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.55: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.55: +4 -5
lines
Changed all last_error accesses to Error() calls.
Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Dec 21 22:16:36 2001 UTC (16 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.54: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.54: +26 -62
lines
Added the SetError function to set the last error and log the error message.
Made the classes use SetError instead of setting the last error directly.
Moved all code from Log functions to the actual functions.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Dec 17 04:49:13 2001 UTC (16 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.53: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.53: +6 -1
lines
Return an meaningful connection error when MySQL support is not available
in the current PHP configuration.
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Oct 2 00:53:39 2001 UTC (16 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.52: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.52: +3 -3
lines
Added a success parameter to FreeCLOBValue and FreeBLOBValue functions.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Mon Oct 1 01:09:26 2001 UTC (16 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.51: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.51: +1 -2
lines
Moved the definition of the allocated LOB array to the base class.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Sep 28 22:11:38 2001 UTC (16 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.50: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.50: +3 -2
lines
Made the escaping of text field values be done by the EscapeText function.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Sep 27 23:03:27 2001 UTC (16 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.49: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.49: +13 -2
lines
Added functions to retrieve LOB field values.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Sep 27 02:28:47 2001 UTC (16 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.48: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.48: +94 -1
lines
Added support to generate LOB values for prepared queries.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Sep 20 02:22:10 2001 UTC (16 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -6
lines
Made quote escaping of text field values be handled by the base class
specifying the escape_quote variable.
Revision 1.47: download - view: text, markup, annotated - [selected for diffs]
Tue Sep 18 22:06:50 2001 UTC (16 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2
lines
Fixed bug of rounding decimal values.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Sep 18 00:28:24 2001 UTC (16 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.45: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.45: +2 -2
lines
Avoided passing function arguments by reference to prevent warnings.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Sep 17 01:01:37 2001 UTC (16 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.44: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.44: +2 -2
lines
Corrected the return value when the NumberOfColumns functions fails.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Sep 17 00:43:32 2001 UTC (16 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.43: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.43: +32 -2
lines
Implemented the functions NumberOfColumns and GetColumnNames.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Sep 6 02:46:59 2001 UTC (16 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.42: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.42: +3 -2
lines
Avoided the user of mysql_db_query function that is now deprecated.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Jul 7 23:27:26 2001 UTC (16 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.41: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.41: +6 -5
lines
Avoid using strtok function to not be a affected by a bug in PHP.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Sep 7 06:33:13 2000 UTC (17 years, 7 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.40: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.40: +23 -7
lines
Made the CreateTable function create a Berkeley DB table if the driver is
using transactions.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Aug 9 06:27:44 2000 UTC (17 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.39: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.39: +8 -29
lines
Removed needless selection of a default database.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Jul 31 16:12:28 2000 UTC (17 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.38: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.38: +58 -8
lines
Added workaround for limitation in MySQL versions earlier than 3.23.6 that
make DOUBLE fields be declared by default with only 4 decimal places.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Jul 5 20:17:52 2000 UTC (17 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.37: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.37: +23 -3
lines
Made the support for transactions be explicitly enabled by specifying the
UseTransactions option at driver setup time.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Jun 12 19:18:19 2000 UTC (17 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.36: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.36: +12 -3
lines
Made the current transactions be committed when setting auto-commit on.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Jun 12 19:06:46 2000 UTC (17 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.35: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.35: +43 -1
lines
Added support to implement transactions.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Apr 24 04:52:35 2000 UTC (17 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.34: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.34: +1 -2
lines
Removed debug outout statement.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Apr 23 22:50:42 2000 UTC (18 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.33: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.33: +5 -4
lines
Removed unnecessary initial increment for sequences starting in 1.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Apr 20 23:43:30 2000 UTC (18 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.32: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.32: +4 -4
lines
Made the FetchDecimalResult value be converted to double before formatting
the returned result string.
Made GetDecimalFieldValue convert the input value to double before scaling
with the decimal factor and then return the result as a string.
Corrected the decimal factor value for scaling decimal field values.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Feb 22 03:32:54 2000 UTC (18 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.31: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.31: +22 -4
lines
Added the function EndOfResult.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Feb 19 23:50:55 2000 UTC (18 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.30: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.30: +8 -1
lines
Added support for select row ranges.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Feb 15 03:02:13 2000 UTC (18 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.29: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.29: +2 -2
lines
Fixed the entry name of the table alteration respective to a renaming.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Dec 20 02:56:40 1999 UTC (18 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.28: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.28: +12 -12
lines
Changed the case of arguments that are based on database schema description
to lower case and the others to upper case.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Dec 18 21:30:24 1999 UTC (18 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.27: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.27: +3 -22
lines
Made the queries calls always select the database to avoid interference
problems of other applications accessing the same database using the same
persistent connection.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Dec 13 05:57:01 1999 UTC (18 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.26: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.26: +28 -6
lines
Added support for FLOAT, DECIMAL and TIME types.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Dec 6 05:37:52 1999 UTC (18 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.25: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.25: +2 -2
lines
Assured that the FreeResult method always returns a value.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Nov 25 05:48:13 1999 UTC (18 years, 4 months ago) by mlemos
Branches: MAIN
CVS tags: release-1999-12-01
Diff to: previous 1.24: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.24: +19 -16
lines
Made the connection port be a DBMS driver specific option.
Added the Setup method to define the list of supported features.
Removed the driver support query functions that are now implemented by the
inherited Support method.
Assured that the GetSequenceNextValue and the GetSequenceCurrentValue
returns an integer as sequence value.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Oct 5 02:29:59 1999 UTC (18 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.23: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.23: +7 -2
lines
Change code to treat DATE fields distinctly from TIMESTAMP fields.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jul 15 02:52:23 1999 UTC (18 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.22: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.22: +15 -2
lines
Added the method CreateIndex.
Changed the DropIndex method to user ALTER TABLE instead.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jul 13 23:52:19 1999 UTC (18 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.21: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.21: +9 -4
lines
Added support for the declaration of the NOTNULL field attribute.
Added the method DropIndex().
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jul 9 04:15:18 1999 UTC (18 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.20: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.20: +3 -8
lines
Added support for AlterTable to change the table names.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jul 9 02:33:43 1999 UTC (18 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.19: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.19: +28 -5
lines
Added support to performa table changes in renamed fields.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jun 18 18:19:17 1999 UTC (18 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.18: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.18: +13 -4
lines
Added support to perform changes on fields definitions of tables.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Apr 10 18:45:37 1999 UTC (19 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.17: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.17: +7 -7
lines
Added the method GetTextFieldValue.
Replaced the methods SupportCountFunction and SupportMaxFunction by the
method SupportSummaryFunctions.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Apr 2 22:29:06 1999 UTC (19 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.16: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.16: +12 -12
lines
Replaced all string with == and != with calls to strcmp().
Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Apr 1 21:39:31 1999 UTC (19 years ago) by mlemos
Branches: MAIN
Diff to: previous 1.15: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.15: +6 -2
lines
Added support to determine the number of affected rows by a query.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Mar 11 02:13:11 1999 UTC (19 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.14: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.14: +23 -1
lines
Added support for dropiing databases.
Added support for MONEY type fields.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Mar 1 05:18:09 1999 UTC (19 years, 1 month ago) by mlemos
Branches: MAIN
Diff to: previous 1.13: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.13: +15 -1
lines
Added support to fecth the current sequence value.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Feb 17 22:06:06 1999 UTC (19 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.12: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.12: +6 -1
lines
Added support to determine if the database system supports the MAX()
function.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Feb 17 05:39:21 1999 UTC (19 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.11: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.11: +31 -1
lines
Added the methods to support sequences.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Feb 13 00:34:31 1999 UTC (19 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.10: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.10: +5 -9
lines
Split FieldTypeDeclaration and FieldDeclaration methods.
Added support for declaraing default values to FieldTypeDeclaration
methods.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Feb 11 20:14:06 1999 UTC (19 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.9: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.9: +56 -1
lines
Added the method AlterTable.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jan 30 03:36:08 1999 UTC (19 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.8: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.8: +5 -1
lines
Added the definition of the method SupportCountFunction.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jan 25 03:12:29 1999 UTC (19 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.7: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.7: +3 -3
lines
Appended the suffix _INCLUDED to the constant that is set when the the file
is included.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jan 13 04:37:54 1999 UTC (19 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.6: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.6: +2 -2
lines
Made the connection errors be ommited.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Jan 9 20:19:56 1999 UTC (19 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.5: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.5: +27 -16
lines
Added the Close method.
Added support to have persistent connections as an option.
Removed the suppression of error messages from database function calls.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jan 9 01:39:50 1999 UTC (19 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.4: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.4: +23 -11
lines
Added the definition of the methods FetchResult, NumberOfRows, FreeResult.
Fixed the return value of the Query method.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jan 7 23:44:25 1999 UTC (19 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.3: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.3: +17 -3
lines
Added support to avoid multiple inclusion.
Added support for DATE fields.
Updated the interface of the field type and value query methods.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 4 06:07:48 1999 UTC (19 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.2: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.2: +2 -2
lines
Made the field declaration methods also return the field name.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 4 03:56:59 1999 UTC (19 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.1: preferred, colored; selected 1.47: preferred, colored
Changes since revision 1.1: +8 -5
lines
Added missing success return success value of the query method.
Added support for the declaration of unsigned integer fields.
Removed remaining debug statements.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Dec 31 03:06:03 1998 UTC (19 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: selected 1.47: preferred, colored
Initial revision.
|