DBD-KingBase
view release on metacpan or search on metacpan
passed to the function if you expect this might happen.
(CPAN bug #30924) [Greg Sabino Mullane]
- Use unsigned chars when parsing passed-in queries, preventing UTF-8
strings from ruining the prepare. UTF-16 may still cause problems.
(CPAN bug #31577) [Greg Sabino Mullane]
- Fix crash when executing query with two placeholders side by side.
Thanks to Daniel Browning for spotting this. [Greg Sabino Mullane]
- Skip item if no matching key in foreign_key_info.
(CPAN bug #32308) [Greg Sabino Mullane]
- Fix bug in last_insert_id. (CPAN bug #15918) [orentocy@gmail.com]
- Fix pg_description join in table_info(). [Max Cohan max@endpoint.com]
- Make sure arrays handle UTF-8 smoothly (CPAN bug #32479) [Greg Sabino Mullane]
- Force column names to respect utf8-ness. Per report from Ch Lamprect. [Greg Sabino Mullane]
- Make sure array items are marked as UTF as needed.
(CPAN bug #29656) [Greg Sabino Mullane]
- Force SQL_REAL and SQL_NUMERIC to be float8 not float4.
(CPAN bug #30010) [Greg Sabino Mullane]
- Allow objects with stringification overloading to work with quote().
(CPAN bug #32868) [David E. Wheeler and Greg Sabino Mullane]
- Use prepare_cached in last_insert_id function. (CPAN bug #24313)
- Switch from pow to powf to support AIX compiler issue.
( run in 1.434 second using v1.01-cache-2.11-cpan-c966e8aa7e8 )