6
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add gitignore
Martin Evans
as Martin J. Evans
More... over 11 years ago
Minor pod changes and bump version to next dev release
Martin Evans
as Martin J. Evans
More... over 11 years ago
expanded see also triggered by recent blog discussions
Martin Evans
as Martin J. Evans
More... over 11 years ago
Bump to 1.43
Martin Evans
as Martin J. Evans
More... almost 12 years ago
Minor fix to 10handler.t test suite which relied on a native error being true instead of defined.
Martin Evans
as Martin J. Evans
More... almost 12 years ago
Bump version to 1.42_5
Martin Evans
as Martin J. Evans
More... almost 12 years ago
Moved so use stmts from test code where the module was not used. Add all modules used in test code to build_requires Bump version to 1.42_5
Martin Evans
as Martin J. Evans
More... almost 12 years ago
The gettype enum names were a bad choice - conflicts with some defines in some compilers. Also fixed formatting as per last checkin.
Martin Evans
as Martin J. Evans
More... almost 12 years ago
bump version odbc_trace and odbc_tracefile become full connection handle attributes instead of just available in the connect method. Removed old solid_trace and solid_tracefile. Some changes to dbd_db_FETCH_attrib to add generic support for other ODBC connection attributes.
Martin Evans
as Martin J. Evans
More... almost 12 years ago
Oops - missing = on head
Martin Evans
as Martin J. Evans
More... almost 12 years ago
Bump to 1.42_3 Add odbc_trace and odbc_trace_file connect attributes
Martin Evans
as Martin J. Evans
More... almost 12 years ago
SvUPGRADE is no longer an expression. Bump to 1.42_2
Martin Evans
as Martin J. Evans
More... about 12 years ago
Bump to 1.42_1 Changes resulting from RT 81911 in DBI add new odbc_rows method warn if rows affected overflows and return INT_MAX new test code
Martin Evans
as Martin J. Evans
More... about 12 years ago
Oops - missed from last commit Skip an 08bind test for MS Access as it cannot work unless a bind type is specified and this test is testing binding without a type. It was skipped in the past.
Martin Evans
as Martin J. Evans
More... about 12 years ago
Skip an 08bind test for MS Access as it cannot work unless a bind type is specified and this test is testing binding without a type. It was skipped in the past. Fix bug in binding longchar columns in MS Access. They should now bind without specifying a type of SQL_LONGVARCHAR.
Martin Evans
as Martin J. Evans
More... about 12 years ago
Minor change to sql_type_cast.t test which attempts to insert an integer into a varchar. No databases so far have complained about this until we ran the test against Derby. Changed to use '100'.
Martin Evans
as Martin J. Evans
More... about 12 years ago
rt 80446 - spelling mistake
Martin Evans
as Martin J. Evans
More... about 12 years ago
Improve tests in ExecuteArray (espcially to ensure things work when ArrayTupleStatus is not specified)
Martin Evans
as Martin J. Evans
More... about 12 years ago
Bump to 1.42_0
Martin Evans
as Martin J. Evans
More... about 12 years ago
just formatting
Martin Evans
as Martin J. Evans
More... about 12 years ago
bump to 1.41 added defaults to MANIFEST.SKIP
Martin Evans
as Martin J. Evans
More... about 12 years ago
date for last release wrong double entry
Martin Evans
as Martin J. Evans
More... about 12 years ago
minor changes to example
Martin Evans
as Martin J. Evans
More... about 12 years ago
remove trailing whitespace
Martin Evans
as Martin J. Evans
More... about 12 years ago
Change all test code to use type_info and type_info_all instead of ODBC's GetTypeInfo. Change all test code to use DBI's stmt attributes instead of DescribeCol Remove DescribeCol Remove a load of TO_DOs I've done
Martin Evans
as Martin J. Evans
More... about 12 years ago
Change call to GetTypeInfo to type_info
Martin Evans
as Martin J. Evans
More... about 12 years ago
Change call to SQLTypeInfo to type_info_all
Martin Evans
as Martin J. Evans
More... about 12 years ago
Various minor updates to README files. Some of these are historical now and quite possibly out of date.
Martin Evans
as Martin J. Evans
More... about 12 years ago
more docs on odbc_out_connect_string
Martin Evans
as Martin J. Evans
More... over 12 years ago
Allowed the test cases to spot DB2 driver as libXXXdb2
Martin Evans
as Martin J. Evans
More... over 12 years ago