add links to ms site for utf-16 |
|
More...
|
over 12 years ago
|
Added sqlserver_supplementary_chrs.pl example Revised unicode pod as MS SQL Server now supports surrogate pairs |
|
More...
|
over 12 years ago
|
oops, bug fixes got mixed up with misc changes in Changes file |
|
More...
|
over 12 years ago
|
Bump to 1.40_3 Fix double done_testing calls in some rt tests |
|
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. |
|
More...
|
over 12 years ago
|
Add missing Test::NoWarnings to a few tests |
|
More...
|
over 12 years ago
|
Add test for rt 79190 |
|
More...
|
over 12 years ago
|
Bump to 1.40_2 Add test for rt 79397 |
|
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. |
|
More...
|
over 12 years ago
|
Look in /usr/lib/i3867-linux-gnu for unixODBC where it is in ubuntu 12.X |
|
More...
|
over 12 years ago
|
add the release date for DBD::ODBC 1.39 |
|
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 |
|
More...
|
over 12 years ago
|
Bump to 1.38_3 make pod.t an author test |
|
More...
|
over 12 years ago
|
fix some minor typos in the pod |
|
More...
|
over 12 years ago
|
Add link to 64 bit ODBC article |
|
More...
|
over 12 years ago
|
set pod encoding on Changes file - there was one test failure |
|
More...
|
over 12 years ago
|
Removed some to_do items and added further info on one |
|
More...
|
over 12 years ago
|
Bump to 1.38_2 Add support for Oracle TAF |
|
More...
|
over 12 years ago
|
XML types are now automatically bound as SQL_C_CHAR/SQL_C_WCHAR |
|
More...
|
over 12 years ago
|
Slight tweak to changes file |
|
More...
|
over 12 years ago
|
Fix a few more arguments don't match format specifier warnings |
|
More...
|
over 12 years ago
|
just comments |
|
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! |
|
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. |
|
More...
|
over 12 years ago
|
oops, should test before committing |
|
More...
|
over 12 years ago
|
Change test names and check we can PV |
|
More...
|
over 12 years ago
|
oops, left some debugging in |
|
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 |
|
More...
|
over 12 years ago
|
bump to 1.37 |
|
More...
|
over 12 years ago
|
more changes |
|
More...
|
over 12 years ago
|