DBD-TimesTen
view release on metacpan or search on metacpan
* Removed utility functions used for debugging.
2006-11-30 [r552] Chad Wagner <chad.wagner@gmail.com>
* Rewrote routine to describe parameters, now passes back cbColDef,
ibScale, fNullable, fSqlType, and fCType attributes via the
placeholder structure.
* Heavy clean-up with bind routines, based on what is going on in
DBD::Oracle.
* Disabled logic to deal with BLOB's, hopefully makes the code
simplier. Left it in if they decide to support BLOB's later. (Not
sure why they would).
* Added test cases to deal with 4MB VARCHAR's.
* Added test cases to deal with various numeric data types.
2006-11-28 [r551] Chad Wagner <chad.wagner@gmail.com>
* Applied patch for SvGROW issue & perl 5.8.8.
2006-11-28 [r550] Chad Wagner <chad.wagner@gmail.com>
* Pulled in some outstanding patches against DBD::ODBC into the
DBD::TimesTen codebase.
2006-11-27 [r549] Chad Wagner <chad.wagner@gmail.com>
* Release of version 0.04
2006-11-26 [r548] Chad Wagner <chad.wagner@gmail.com>
* Updated README.
2006-11-26 [r547] Chad Wagner <chad.wagner@gmail.com>
* Renamed AllODBCErrors to dbd_error_flush, also rewrote it to
recursively flush errors from hstmt, hdbc, and henv.
* Removed DSN= and DRIVER= handling logic.
2006-11-26 [r546] Chad Wagner <chad.wagner@gmail.com>
* Added Id tags.
2006-11-26 [r545] Chad Wagner <chad.wagner@gmail.com>
* Cleaned up test cases, removed test cases carried over from
DBD::ODBC.
2006-11-26 [r544] Chad Wagner <chad.wagner@gmail.com>
* Renamed attribute odbc_ignored_named_placedholders to
ttIgnoreNamedPlaceholders.
* Renamed attribute odbc_default_bind_type to ttDefaultBindType.
2006-11-26 [r543] Chad Wagner <chad.wagner@gmail.com>
* Added RPM spec file.
2006-11-26 [r542] Chad Wagner <chad.wagner@gmail.com>
* Added 50unicode.t to MANIFEST.
2006-11-26 [r541] Chad Wagner <chad.wagner@gmail.com>
* Changed SQL_WVARCHAR and SQL_WCHAR to use SQL_C_BINARY data type.
* Added unicode test cases.
2006-11-26 [r540] Chad Wagner <chad.wagner@gmail.com>
* Added a few more test cases.
2006-11-26 [r539] Chad Wagner <chad.wagner@gmail.com>
* Removed a few more instances of unsupport LONG datatypes.
2006-11-26 [r538] Chad Wagner <chad.wagner@gmail.com>
* Merged dbd_error2 function into dbd_error.
2006-11-26 [r537] Chad Wagner <chad.wagner@gmail.com>
* Changed a few functions to static.
* Removed sol_type and sol_length attributes from the statement
handles.
2006-11-26 [r536] Chad Wagner <chad.wagner@gmail.com>
* Removed GetTypeInfo private function.
* Adjusted a few of the test cases to use the type_info method.
2006-11-26 [r535] Chad Wagner <chad.wagner@gmail.com>
* Removed odbc_SQL_DBMS_NAME attribute, should be using get_info
method.
* Added SQLGetInfo constants, can be imported using the
sql_getinfo_options tag.
2006-11-26 [r534] Chad Wagner <chad.wagner@gmail.com>
* Removed odbc_defer_binding code, TimesTen seems to behave fine
without it.
2006-11-26 [r533] Chad Wagner <chad.wagner@gmail.com>
* Removed the odbc_err_handler and odbc_SQL_ROWSET_SIZE attributes.
The odbc_err_handler would seem to be more useful for an
asynchronous setup, and odbc_SQL_ROWSET_SIZE requires use of
SQLExtendedFetch.
2006-11-26 [r532] Chad Wagner <chad.wagner@gmail.com>
* Added the ttIsolationLevel attribute.
* Added constants for the isolation levels.
2006-11-25 [r531] Chad Wagner <chad.wagner@gmail.com>
* Clean up dbd_discon_all.
2006-11-25 [r530] Chad Wagner <chad.wagner@gmail.com>
* Removed DescribeCol st method.
2006-11-25 [r529] Chad Wagner <chad.wagner@gmail.com>
* Removed private function GetFunctions.
( run in 3.148 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )