246
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added file locking with flock(), tested on Debian More... almost 21 years ago
grr, bugfix for ORDER BY in Nano More... almost 21 years ago
Nano now supports ORDER BY. Locking is next, then the book, I swear, the book is next :-) More... almost 21 years ago
new 50dbm.t More... almost 21 years ago
newer DBM.pm More... almost 21 years ago
new Nano More... almost 21 years ago
new DBM and File More... almost 21 years ago
Add dbm_ to driver registry. Fix handling of Driver DSN attributes Silence undefs. Thanks to Beau Cox. More... almost 21 years ago
implemented all changes suggested in your last email More... almost 21 years ago
Tweak connect and installed_versions docs. More... almost 21 years ago
DBM + Nano + File, with verbose comments in DBM for DBD authors and full pods for DBM and Nano More... almost 21 years ago
Corrected execute_for_fetch example thanks to Dean Arnold. 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. More... almost 21 years ago
Add [email protected] to docs and tweak ToDo More... almost 21 years ago
Added SQL_CURSOR_TYPE constants thanks to Jeff Urlwin Fixed t/zz_02dbidrv_pp.t test failure. 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. More... almost 21 years ago
Major additions that Jeff Zucker and I have been working on: More... almost 21 years ago
Add t/09trace.t left out of earlier commit 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(). More... almost 21 years ago
Fixed DBD_ATTRIB_DELETE macro thanks to Marco Paskamp. More... almost 21 years ago
Clarify that drivers may not provide full warning details unless PrintWarn is true. 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) More... almost 21 years ago
Corrected typos in docs thanks to Steffen Goeldner. Other minor changes 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. More... almost 21 years ago
Clarify primary_key_info docs. Update Changes 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). More... almost 21 years ago
Change table_info() and column_info() to check argument count. Added \%attr parameter to foreign_key_info() method. More... almost 21 years ago
Added $h->{ErrCount} attribute More... almost 21 years ago
Add $h->{PrintWarn} attribute Minor tweaks, including to set_err logic for state. More... almost 21 years ago
Fix set_err(0,...) thanks to Steffen Goeldner More... almost 21 years ago