ANNOUNCE: DBI 1.52 - plus PDF of "What"s New" presentation

ANNOUNCE: DBI 1.52 - plus PDF of "What"s New" presentation

am 09.08.2006 02:21:54 von Tim.Bunce

file: $CPAN/authors/id/T/TI/TIMB/DBI-1.52.tar.gz
size: 419674 bytes
md5: 57208ef6dccb3e72cf2df665983ce313

file: $CPAN/authors/id/T/TI/TIMB/DBI_WhatsNewTalk_200607.pdf
size: 313734 bytes
md5: 8168b9d931e5288b614461a7b53b8360

=head2 Changes in DBI 1.52 (svn rev 6734), 30h July 2006

Fixed memory leak (per handle) thanks to Nicholas Clark and Ephraim Dan.
Fixed memory leak (16 bytes per sth) thanks to Doru Theodor Petrescu.
Fixed execute_for_fetch/execute_array to RaiseError thanks to Martin J. Evans.
Fixed for perl 5.9.4. Users of Perl >= 5.9.4 will require DBI >= 1.52.

Updated DBD::File to 0.35 to match the latest release on CPAN.

Added $dbh->statistics_info specification thanks to Brandon Black.

Many changes and additions to profiling:
Profile Path can now uses sane strings instead of obscure numbers,
can refer to attributes, assorted magical values, and even code refs!
Parsing of non-numeric DBI_PROFILE env var values has changed.
Changed DBI::Profile docs extensively - many new features.
See DBI::Profile docs for more information.

=cut

The DBI::Profile changes are significant and powerful, especially for
anyone trying to profile code that doesn't use placeholders.

The "What's New in the Perl DBI" talk I gave at OSCON this year
includes many slides describing the new features of DBI::Profile.

Enjoy!

Tim

Re: ANNOUNCE: DBI 1.52 - plus PDF of "What"s New" presentation

am 09.08.2006 12:59:54 von pgollucci

Tim Bunce wrote:
> The "What's New in the Perl DBI" talk I gave at OSCON this year
> includes many slides describing the new features of DBI::Profile.
I was looking on CPAN in ~timb for this and couldn't find it. Do you have a link
handy ? I missed OSCON this year.


--
------------------------------------------------------------ ------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F 6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."

Re: ANNOUNCE: DBI 1.52 - plus PDF of "What"s New" presentation

am 09.08.2006 13:12:58 von hjp

--wxDdMuZNg1r63Hyj
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On 2006-08-09 03:59:54 -0700, Philip M. Gollucci wrote:
> Tim Bunce wrote:
> > The "What's New in the Perl DBI" talk I gave at OSCON this year
> > includes many slides describing the new features of DBI::Profile.
> I was looking on CPAN in ~timb for this and couldn't find it. Do you hav=
e a link
> handy ? I missed OSCON this year.

http://www.cpan.org/modules/by-authors/id/TIMB/DBI_WhatsNewT alk_200607.pdf

hp

--=20
_ | Peter J. Holzer | If I wanted to be "academically correct",
|_|_) | Sysadmin WSR | I'd be programming in Java.
| | | hjp@wsr.ac.at | I don't, and I'm not.
__/ | http://www.hjp.at/ | -- Jesse Erlbaum on dbi-users

--wxDdMuZNg1r63Hyj
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iQDQAwUBRNnDOlLjemazOuKpAQLtsAXUCMjZ53NBPyOeWYBn8DJvfjzWKu/I YxNq
osMi8fd8N4d/EUS/I2bokWNCEX9Rhm/LwJTGaObatxM0CfnfxSiDgwIbxMa6 6p2n
Rlw0U32pKGi5RVYq5CxnvpjiVo4xGpmwY6FlAJbdtadhjk5wa9VaMl8IDbwc s7cO
bSjF2ov+xwYX5u4bzA1FSK+cwTqO2QgoayvGTwhL7XzGg0jUrJCbvGuCfdk9 5h/g
OESGQWsJtOcQ8Ki1z7+5jEoFWQ==
=5Eyd
-----END PGP SIGNATURE-----

--wxDdMuZNg1r63Hyj--

Re: ANNOUNCE: DBI 1.52 - plus PDF of "What"s New" presentation

am 09.08.2006 16:01:06 von matthew.persico

> http://www.cpan.org/modules/by-authors/id/TIMB/DBI_WhatsNewT alk_200607.pdf

Very nit picky, but is there a version of this that I can print
without killing all the black ink in my printer?

--
Matthew O. Persico

Re: ANNOUNCE: DBI 1.52 - plus PDF of "What"s New" presentation

am 11.08.2006 16:57:28 von sigzero

Matthew Persico wrote:
>> http://www.cpan.org/modules/by-authors/id/TIMB/DBI_WhatsNewT alk_200607.pdf
>>
>
> Very nit picky, but is there a version of this that I can print
> without killing all the black ink in my printer?
>
I always think that too but I just keep the PDF for reading. Save a tree
and all the mess. : )

Robert

Re: ANNOUNCE: DBI 1.52 - plus PDF of "What"s New" presentation

am 29.08.2006 11:43:47 von Tim.Bunce

On Wed, Aug 09, 2006 at 10:01:06AM -0400, Matthew Persico wrote:
> >http://www.cpan.org/modules/by-authors/id/TIMB/DBI_WhatsNew Talk_200607.pdf
>
> Very nit picky, but is there a version of this that I can print
> without killing all the black ink in my printer?

I've updated it with a plain one (as I'd originally intended).
Sorry for the delay.

Tim.