[Fwd: Scmbug problem]

Kristis Makris mkgnu at gmx.net
Wed Dec 7 04:49:56 UTC 2005


Hi Max,

On Mon, 2005-12-05 at 12:06 -0800, Max Kanat-Alexander wrote: 
> http://www.bugzilla.org/docs/developer.html#sql-sendreceive
> 
> 	The whole Developer's Guide was updated recently, so it reflects a lot
> of good, modern recommendations for Bugzilla code. The whole "SQL"
> section is pretty much new, including the part I linked to.

Thanks a lot! I was not even aware of it.

A possible correction; I think in the link you've posted this:

my $sth->execute("foobar");

should be changed into:

$sth->execute("foobar");


Another confirmation question. The guide says this went into effect in
2.17.1. I haven't received any such complaints about the Windows version
of Scmbug giving errors while supporting 2.18, so I'm wondering if
anything else changed after 2.17.1 (e.g. more in the 2.19.x line) that
could possible lead to errors. Just being careful...

I changed Scmbug to use the standard DBI functions for the 2.20 backend,
but I'm wondering if I should have it use them for 2.18.x too.






More information about the developers mailing list