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
DBI
Settings
|
Report Duplicate
246
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 20, 2023 — Jan 20, 2024
Showing page 53 of 54
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
added file locking with flock(), tested on Debian
Jeff Zucker
More...
almost 21 years ago
grr, bugfix for ORDER BY in Nano
Jeff Zucker
More...
almost 21 years ago
Nano now supports ORDER BY. Locking is next, then the book, I swear, the book is next :-)
Jeff Zucker
More...
almost 21 years ago
new 50dbm.t
Jeff Zucker
More...
almost 21 years ago
newer DBM.pm
Jeff Zucker
More...
almost 21 years ago
new Nano
Jeff Zucker
More...
almost 21 years ago
new DBM and File
Jeff Zucker
More...
almost 21 years ago
Add dbm_ to driver registry. Fix handling of Driver DSN attributes Silence undefs. Thanks to Beau Cox.
Tim Bunce
More...
almost 21 years ago
implemented all changes suggested in your last email
Jeff Zucker
More...
almost 21 years ago
Tweak connect and installed_versions docs.
Tim Bunce
More...
almost 21 years ago
DBM + Nano + File, with verbose comments in DBM for DBD authors and full pods for DBM and Nano
Jeff Zucker
More...
almost 21 years ago
Corrected execute_for_fetch example thanks to Dean Arnold.
Tim Bunce
More...
almost 21 years ago
Add new generation of DBD::Multiplex This is a work in progress (or at least was a year ago and never got finished). Alex Rak will be working on it for a while. I'veadded this to svn but not to MANIFEST so it won't be included in releases until DBI v2.
Tim Bunce
More...
almost 21 years ago
Add
[email protected]
to docs and tweak ToDo
Tim Bunce
More...
almost 21 years ago
Added SQL_CURSOR_TYPE constants thanks to Jeff Urlwin Fixed t/zz_02dbidrv_pp.t test failure.
Tim Bunce
More...
almost 21 years ago
Fixed DBI::PurePerl looks_like_number() and $DBI::rows. Changed DBI_TRACE env var so just does this at load time: DBI->trace(split '=', $ENV{DBI_TRACE}, 2); Added $h->parse_trace_flags("foo|SQL|7") to map a group of trace flags into the corresponding trace flag bits. Added automatic calling of parse_trace_flags() if setting the trace level to a non-numeric value: $h->{TraceLevel}="foo|SQL|7"; $h->trace("foo|SQL|7"); DBI->connect("dbi:Driver(TraceLevel=SQL|foo):...", ...); Added to and reworked the trace documentation.
Tim Bunce
More...
almost 21 years ago
Major additions that Jeff Zucker and I have been working on:
Tim Bunce
More...
almost 21 years ago
Add t/09trace.t left out of earlier commit
Tim Bunce
More...
almost 21 years ago
Store patch for implementing discard_pending_rows as an alias for finish. I'd planned to do this but decided it should wait till the new set of handle methods plus more_results() are in DBI v2 and they might influence the design. We may have some kind of close() or reset().
Tim Bunce
More...
almost 21 years ago
Fixed DBD_ATTRIB_DELETE macro thanks to Marco Paskamp.
Tim Bunce
More...
almost 21 years ago
Clarify that drivers may not provide full warning details unless PrintWarn is true.
Tim Bunce
More...
almost 21 years ago
Changed ShowErrorStatement to apply to more $dbh methods. Improved "invalid number of parameters" error message. Corrected typos in docs thanks to Steffen Goeldner. Added $h->trace_flags("foo,SQL,7") to map a set of trace flags into the corresponding trace flag bits: $h->{TraceLevel} = $h->trace_flags("foo,SQL,7"); (eventually $h->{TraceLevel} = "foo,SQL,7"; will work, but print $h->{TraceLevel} will probably still print an integer)
Tim Bunce
More...
almost 21 years ago
Corrected typos in docs thanks to Steffen Goeldner. Other minor changes
Tim Bunce
More...
almost 21 years ago
Fixed $sth->{NUM_OF_FIELDS} of non-executed statement handle to be undef as per the docs (it was 0). Fixed t/41prof_dump.t to work with perl5.9.1. Changed attributes (NAME, TYPE etc) of non-executed statement handle to be undef instead of triggering an error.
Tim Bunce
More...
almost 21 years ago
Clarify primary_key_info docs. Update Changes
Tim Bunce
More...
almost 21 years ago
Use rise in ErrCount to detect errors in cases where err was not cleared (errors during FETCH and STORE are now detected as expected, if driver uses set_err) Improve tracing of install_method. Undo previous change to table_info param checking (too many places call it with no args).
Tim Bunce
More...
almost 21 years ago
Change table_info() and column_info() to check argument count. Added \%attr parameter to foreign_key_info() method.
Tim Bunce
More...
almost 21 years ago
Added $h->{ErrCount} attribute
Tim Bunce
More...
almost 21 years ago
Add $h->{PrintWarn} attribute Minor tweaks, including to set_err logic for state.
Tim Bunce
More...
almost 21 years ago
Fix set_err(0,...) thanks to Steffen Goeldner
Tim Bunce
More...
almost 21 years ago
←
1
2
…
46
47
48
49
50
51
52
53
54
→
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