I'm about to release DBD::ODBC 1.29 after 4 development releases. Unfortunately, (as is often the case) I've found a bug just after the last development release related to batching of SQL statements and odbc_more_results. I'm fairly confident in it but if you use DBD::ODBC I'd love you to test it before I release it as it may be a while before I can release a new version.
You can find it here
Comments
More issues came in so reverted to 1.28_5
- rt_59621.t had wrong skip count
- Fixed missing SQL_MAX_TABLE_NAME_LEN definition from test.
- Fixed problem with some drivers which batch "insert;select" where SQLMoreResults is not required and an extra describe is done.
- Fixed "select 1" in 02simple.t for Firebird ODBC Driver.
- disconnect call added to 70execute_array.t was in the wrong place.
- In non-unicode mode we bind strings as SQL_CHAR but the driver may have described them as SQL_WCHAR and we were not doing ChopBlanks processing in that case.
[REQUIREMENTS]- Now needs Test::Simple 0.90.
[OTHER]