openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
DBD::mysql
Settings
|
Report Duplicate
59
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 23 hours
ago.
Jun 30, 2024 — Jun 30, 2025
Showing page 35 of 44
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Converted tests to Test::More
capttofu
More...
over 18 years ago
UTF8-Flag not set with flag mysql_enable_utf8 and column collation utf8_bin patch, Joost Diepenmaat, (RT #24738)
capttofu
More...
over 18 years ago
Fix tests that require post-4.0 features to get skipped when running against earlier servers.
jimw
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)
jimw
More...
over 18 years ago
Add support for mysql_warning_count statement handle attribute. (Bug #25457, patch from Philip Stoev)
jimw
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.
jimw
More...
over 18 years ago
Add new test to MANIFEST, and fix version number in documentation for new option (thanks to Paul DuBois).
jimw
More...
over 18 years ago
Add support for mysql_multi_statements connection option. (RT #12322, based on patch from Doug Morris)
jimw
More...
over 18 years ago
Restore tests that Patrick accidently dropped from t/40catalog.t
jimw
More...
over 18 years ago
Fix inclusion of non-primary keys in primary_key_info. (Bug #26786, reported and patch by Dave Rolsky)
jimw
More...
over 18 years ago
* One can delete a file from CPAN, so no need to bump version.
capttofu
More...
over 18 years ago
* Fix to 40catalog.t changed 77 tests to 75 due to test complaining that
capttofu
More...
over 18 years ago
Remove duplicated part of ChangeLog
jimw
More...
over 18 years ago
Fix re-exec of Makefile.PL when forcing $ENV{LANG} to 'C'. (RT #25233, reported by Slaven Rezic)
jimw
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).
jimw
More...
over 18 years ago
Fix test for presence of InnoDB (needed for foreign key tests)
jimw
More...
over 18 years ago
Added t/40catalog.t to MANIFEST for 'make dist' to include
capttofu
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
capttofu
More...
over 18 years ago
Add mysql_is_auto_increment to results of column_info(). (Bug #26603, original patch from Dave Rolsky)
jimw
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)
jimw
More...
over 18 years ago
Remove unused (and incorrect) list of field names in foreign_key_info().
jimw
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.
jimw
More...
over 18 years ago
Bump version number to 4.002
jimw
More...
over 18 years ago
Fix (and simplify) version check in t/40types.t
jimw
More...
over 18 years ago
Remove commented-out code and spurious line of code that doesn't do anything.
jimw
More...
over 18 years ago
git-svn-id: https://svn.perl.org/modules/DBD-mysql/trunk@8518 50811bd7-b8ce-0310-adc1-d9db26280581
capttofu
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
capttofu
More...
over 18 years ago
Fix first argument to mysql_server_init() when using regular client library.
jimw
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!)
jimw
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).
jimw
More...
over 18 years ago
←
1
2
…
31
32
33
34
35
36
37
38
39
…
43
44
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree