SendSQL is GONE!
David Miller
justdave at bugzilla.org
Wed Jun 21 02:24:55 UTC 2006
Max Kanat-Alexander wrote on 6/20/06 3:44 AM:
> Today is a day of celebration! We have finally, finally, after more
> than two years of effort, removed all of the deprecated Bugzilla::DB
> routines from Bugzilla.
>
> That is, SendSQL, FetchOneColumn(), all those things are GONE.
Max forgot to mention just why it is this is significant. :) It means
we've finally completed the transition from using home-brewed functions
to using Perl's modern DBI database interface. This makes things not
only smoother for cross-database compatibility, but also cleans up a lot
of old code that depended on global variables, which means one less
roadblock to mod_perl compatibility. :)
Let me repeat that thanks to everyone that helped, this has been a long
time coming!
--
Dave Miller http://www.justdave.net/
System Administrator, Mozilla Corporation http://www.mozilla.com/
Project Leader, Bugzilla Bug Tracking System http://www.bugzilla.org/
More information about the developers
mailing list