Transactions?
Bradley Baetz
bbaetz at acm.org
Tue Jul 29 09:17:32 UTC 2003
On Tue, Jul 29, 2003 at 09:00:27AM +0100, Mark Ingram wrote:
> > BTW, SendSQL is deprecated.
>
> Oooh right, whats the format for executing database calls now then? Does
> this mean MoreSQLData() and FetchSQLData() are depreciated too?
Yep, as is SqlQuote. You can now just use the DBI natively instead - the
dbh is Bugzilla->dbh.
One of the reasons for that was so that we could get to use
transactions, as well as perf improvments.
Bradley
More information about the developers
mailing list