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 links to ms site for utf-16
Martin Evans
as Martin J. Evans
More... over 12 years ago
Added sqlserver_supplementary_chrs.pl example Revised unicode pod as MS SQL Server now supports surrogate pairs
Martin Evans
as Martin J. Evans
More... over 12 years ago
oops, bug fixes got mixed up with misc changes in Changes file
Martin Evans
as Martin J. Evans
More... over 12 years ago
Bump to 1.40_3 Fix double done_testing calls in some rt tests
Martin Evans
as Martin J. Evans
More... over 12 years ago
Fix issue in dbd_bind_ph where if you passed a sql type and were also attempting to change from in to out or vice versa or increasing the size of an output bound param it would not spot this error.
Martin Evans
as Martin J. Evans
More... over 12 years ago
Add missing Test::NoWarnings to a few tests
Martin Evans
as Martin J. Evans
More... over 12 years ago
Add test for rt 79190
Martin Evans
as Martin J. Evans
More... over 12 years ago
Bump to 1.40_2 Add test for rt 79397
Martin Evans
as Martin J. Evans
More... over 12 years ago
Fixed rt 78838 Fixed rt 79397 If you attempt to bind an rv without amagic DBD::ODBC will now croak - related to rt 78838.
Martin Evans
as Martin J. Evans
More... over 12 years ago
Look in /usr/lib/i3867-linux-gnu for unixODBC where it is in ubuntu 12.X
Martin Evans
as Martin J. Evans
More... over 12 years ago
add the release date for DBD::ODBC 1.39
Martin Evans
as Martin J. Evans
More... over 12 years ago
Bump to 1.39 MANIFEST mentioned 2 files which did not exist and should have been execute_for_fetch.pl execute_for_fetch.pl was not updated since odbc_disable_array_operations became odbc_array_operations
Martin Evans
as Martin J. Evans
More... over 12 years ago
Bump to 1.38_3 make pod.t an author test
Martin Evans
as Martin J. Evans
More... over 12 years ago
fix some minor typos in the pod
Martin Evans
as Martin J. Evans
More... over 12 years ago
Add link to 64 bit ODBC article
Martin Evans
as Martin J. Evans
More... over 12 years ago
set pod encoding on Changes file - there was one test failure
Martin Evans
as Martin J. Evans
More... over 12 years ago
Removed some to_do items and added further info on one
Martin Evans
as Martin J. Evans
More... over 12 years ago
Bump to 1.38_2 Add support for Oracle TAF
Martin Evans
as Martin J. Evans
More... over 12 years ago
XML types are now automatically bound as SQL_C_CHAR/SQL_C_WCHAR
Martin Evans
as Martin J. Evans
More... over 12 years ago
Slight tweak to changes file
Martin Evans
as Martin J. Evans
More... over 12 years ago
Fix a few more arguments don't match format specifier warnings
Martin Evans
as Martin J. Evans
More... over 12 years ago
just comments
Martin Evans
as Martin J. Evans
More... over 12 years ago
When binding SQL_INTEGER columns use the SQLINTEGER type not long (SQLINTEGER is always 4 bytes but long is not always) Move the case stmt for SQL_INTEGER out of a WITH_UNICODE block - doh!
Martin Evans
as Martin J. Evans
More... over 12 years ago
You can nolonger override the bound column type except with SQL_NUMERIC and SQL_DOUBLE. Add section under Deviations from the DBI spec describing how bound columns work and how they can be overrode. Document when execute_for_fetch cam in and when I changed the default. ignore overriding bound columns except as above. Ensure integer columns are bound as integers by default. don't call sql_type_cast_svpv if we bound column as an integer Change sql_type_cast.t to use SQL_NUMERIC as SQL_INTEGER are now handled as integers.
Martin Evans
as Martin J. Evans
More... over 12 years ago
oops, should test before committing
Martin Evans
as Martin J. Evans
More... over 12 years ago
Change test names and check we can PV
Martin Evans
as Martin J. Evans
More... over 12 years ago
oops, left some debugging in
Martin Evans
as Martin J. Evans
More... over 12 years ago
fix rt 77283 binding of ints issues and DiscardString don't allow a column to be rebound as a different type some tests in 08bind were skipped and did not need to be
Martin Evans
as Martin J. Evans
More... over 12 years ago
bump to 1.37
Martin Evans
as Martin J. Evans
More... over 12 years ago
more changes
Martin Evans
as Martin J. Evans
More... over 12 years ago