Re: [PATCH] Stored Procedures support on dbpool_mssql
Alejandro Guerrieri <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Commited to CVS (with the leak and double free fixes). Regards, -- Alejandro Guerrieri [email protected] On 22/06/2009, at 9:46, Alexander Malysh wrote: > Hi Alex, > > +1 from me, please commit... > > Thanks, > Alex > > Am 21.06.2009 um 17:34 schrieb Alejandro Guerrieri: > >> This small patch fixes dbpool_mssql so stored procedures can be >> invoked with mssql_select and mssql_update (by using "EXEC >> <my_stored_procedure> <param1> <param2>..."). >> >> It also displays the error number when an unkown result is >> encountered. >> >> <patch-mssql-status-result.patch> >> >> >> Objections? >> -- >> Alejandro Guerrieri >> [email protected] >> >> >> >