59
I Use This!
Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jun 30, 2024 — Jun 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Converted tests to Test::More More... over 18 years ago
UTF8-Flag not set with flag mysql_enable_utf8 and column collation utf8_bin patch, Joost Diepenmaat, (RT #24738) More... over 18 years ago
Fix tests that require post-4.0 features to get skipped when running against earlier servers. More... over 18 years ago
Work around a bug in old 3.23 servers by specifying NOT NULL for fields used as a primary key in tests. (Bug #20325, reported by Julian Ladisch) More... over 18 years ago
Add support for mysql_warning_count statement handle attribute. (Bug #25457, patch from Philip Stoev) More... over 18 years ago
Remove redundant debug message, and move remaining one out from between a function call and it's error checking so it is more apparent what is going on. More... over 18 years ago
Add new test to MANIFEST, and fix version number in documentation for new option (thanks to Paul DuBois). More... over 18 years ago
Add support for mysql_multi_statements connection option. (RT #12322, based on patch from Doug Morris) More... over 18 years ago
Restore tests that Patrick accidently dropped from t/40catalog.t More... over 18 years ago
Fix inclusion of non-primary keys in primary_key_info. (Bug #26786, reported and patch by Dave Rolsky) More... over 18 years ago
* One can delete a file from CPAN, so no need to bump version. More... over 18 years ago
* Fix to 40catalog.t changed 77 tests to 75 due to test complaining that More... over 18 years ago
Remove duplicated part of ChangeLog More... over 18 years ago
Fix re-exec of Makefile.PL when forcing $ENV{LANG} to 'C'. (RT #25233, reported by Slaven Rezic) More... over 18 years ago
Rewrite table_info method to support all arguments (previously it would only ever return all of the tables in the current database, no matter what was specified). More... over 18 years ago
Fix test for presence of InnoDB (needed for foreign key tests) More... over 18 years ago
Added t/40catalog.t to MANIFEST for 'make dist' to include More... over 18 years ago
* Fixed version to be a string, which was previously a float, which caused problems for certain locales * Fixed bug #23974. $dbh->column_info now returns empty arrayref upon table not existing. Much thanks to Tim Bunce for help fixing the probelem in mysql.pm vs. dbdimp.c * Removed #ifdefs for do error (sqlstate being passed as last arg depending on version) * Fixed insertid test to work with auto_increment_increment replication setup. * Patch from Tim Bunce fixing do() not set $dbh->{Statement} attribute, which prevented DBD::Profile from giving correct results for calls to do() and causing ShowErrorStatement to possibly report the wrong statement in the error message * Patch from Tim Bunce clearing out the sth attribute cache when switching between result, sets which prevented the adjustedment of NUM_OF_FIELDS * Cleanup of several unused variables More... over 18 years ago
Add mysql_is_auto_increment to results of column_info(). (Bug #26603, original patch from Dave Rolsky) More... over 18 years ago
Return the correct table type for both tables and views from the table_info() method. (Bug #26603, based on a patch from Dave Rolsky) More... over 18 years ago
Remove unused (and incorrect) list of field names in foreign_key_info(). More... over 18 years ago
Add implementation of foreign_key_info(), based on an initial implementation by Dave Rolsky and the code to implement similar functionalit in Connector/J. Requires versions of MySQL after 5.0.6, since the implementation makes use of INFORMATION_SCHEMA. More... over 18 years ago
Bump version number to 4.002 More... over 18 years ago
Fix (and simplify) version check in t/40types.t More... over 18 years ago
Remove commented-out code and spurious line of code that doesn't do anything. More... over 18 years ago
git-svn-id: https://svn.perl.org/modules/DBD-mysql/trunk@8518 50811bd7-b8ce-0310-adc1-d9db26280581 More... over 18 years ago
* Fixed call in st_fetch to dbd_st_finish that blew away subsequent result sets * Cleaned up ISO C warning in mysql.xs * Cleaned up and made strict stored proc examples * Added entries to Changelog More... over 18 years ago
Fix first argument to mysql_server_init() when using regular client library. More... over 18 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 18 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 18 years ago