0
I Use This!
Inactive

Commits : Listings

Analyzed 15 minutes ago. based on code collected about 4 hours ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix first argument to mysql_server_init() when using regular client library. More... over 17 years ago
Fix t/42bindparam.t to clean up after itself, and don't enable tracing in t/75supported_sql.t (use $ENV{DBI_TRACE} to enable tracing!) More... over 17 years ago
Fix handling of unsigned integer values in result sets when using server-side prepared statements (they were not retrieved at all). More... over 17 years ago
Fix typo in type names (s/middleint/mediumint/) More... over 17 years ago
Fix handling of signed integer values when using server-side prepared statements (they were being forced to unsigned values). More... over 17 years ago
Make warnings when calling free_*() on NULL be more explicit, and only go to the trace log (not stderr). More... over 17 years ago
Add regression test for [rt.cpan.org #19212] Mysql Unsigned Integer Fields More... over 17 years ago
Do not tell Perl that the contents of binary fields are UTF-8. [rt.cpan.org #22123], original patch by Joost Diepenmaat More... over 17 years ago
Fix double-free of bound parameters when freeing statements. (Bug #20559) More... over 17 years ago
Add regression test for Bug #24256. More... over 17 years ago
Fix next version number to be 4.001 instead of 4.01. More... over 17 years ago
Add regression test for Bug #23936. More... over 17 years ago
Make sure to handle "magical" values in a couple of places. (Bug #20104) More... over 17 years ago
Update the hints about what to do when zlib is found missing while linking. (Bug #13803, reported by Philip Stoev) More... over 17 years ago
Explicitly initialize the MySQL client library to avoid possible race conditions in a multithreaded application. (Bug #21792) More... over 17 years ago
Fix warning when no connection attributes are passed to the connect method (Bug #17323, reported by Chris Radcliff and Phil Randal) More... over 17 years ago
Removed redundant warnings when commit or rollback is called while AutoCommit is enabled. [rt.cpan.org #15802], reported by Tyler MacDonald More... over 17 years ago
Report correct type for decimal columns from MySQL 5.0 and later [rt.cpan.org #18294], reported by Ray Zimmerman More... over 17 years ago
Don't be wishy-washy about reporting why we skipped the leaks test. More... over 17 years ago
Fix t/40bindparam.t to work when ANSI_QUOTES SQL_MODE is set. [rt.cpan.org #21521], reported by David Wheeler More... over 17 years ago
Return a statement handle with an error when column_info is called on a table that does not exist. (Bug #23974, patch by Philip Stoev) More... over 17 years ago
Remove bogus check for wildcards in the table name given to the column_info method. (Bug #22005, reported by Philip Stoev) More... over 17 years ago
Fix handling of negative integers bound to a column marked as SQL_INTEGER. [rt.cpan.org #18976], patch from Mike Schilli. More... over 17 years ago
Add support for the primary_key_info method. [rt.cpan.org #8541] More... over 17 years ago
Fix Bundle::DBD::mysql to only include modules required for using DBD::mysql, not the old Mysql package. [rt.cpan.org #24096] More... over 17 years ago
Added missing files (to subversion repo) More... over 17 years ago
More fixes from Alexey More... over 17 years ago
* Fixed commented out lines in 80procs.t that called procedure * Updated changelog More... over 17 years ago
Clarification on version - 4.00 More... over 17 years ago
* Fixes for sqlstate to work with MySQL 4.0 * Other MySQL 4.0 fixes * Versioning change * Addition of 4.1 dev More... over 17 years ago