Re: [aur-dev] [PATCH 2/3] SQL: treat all UID/ID values as numbers, not strings

2011-04-27 Thread Lukas Fleischer
On Tue, Apr 26, 2011 at 10:44:33AM -0500, Dan McGee wrote: > On Tue, Apr 26, 2011 at 10:04 AM, Lukas Fleischer > wrote: > > On Mon, Apr 25, 2011 at 11:23:01PM -0500, Dan McGee wrote: > >> Ensure we are not quoting these values in any of our SQL queries. > >> > >> Thanks-to: elij > >> Signed-off-b

Re: [aur-dev] [PATCH 2/3] SQL: treat all UID/ID values as numbers, not strings

2011-04-26 Thread Dan McGee
On Tue, Apr 26, 2011 at 10:04 AM, Lukas Fleischer wrote: > On Mon, Apr 25, 2011 at 11:23:01PM -0500, Dan McGee wrote: >> Ensure we are not quoting these values in any of our SQL queries. >> >> Thanks-to: elij >> Signed-off-by: Dan McGee >> --- >> >> Smoke tested: >> * Submitted a package update

Re: [aur-dev] [PATCH 2/3] SQL: treat all UID/ID values as numbers, not strings

2011-04-26 Thread Lukas Fleischer
On Mon, Apr 25, 2011 at 11:23:01PM -0500, Dan McGee wrote: > Ensure we are not quoting these values in any of our SQL queries. > > Thanks-to: elij > Signed-off-by: Dan McGee > --- > > Smoke tested: > * Submitted a package update and it worked > * Updated a user's password from non-salted to sal

Re: [aur-dev] [PATCH 2/3] SQL: treat all UID/ID values as numbers, not strings

2011-04-25 Thread elij
On Mon, Apr 25, 2011 at 9:23 PM, Dan McGee wrote: > Ensure we are not quoting these values in any of our SQL queries. wewt! > Thanks-to: elij > Signed-off-by: Dan McGee > --- > > Smoke tested: > * Submitted a package update and it worked > * Updated a user's password from non-salted to salted

[aur-dev] [PATCH 2/3] SQL: treat all UID/ID values as numbers, not strings

2011-04-25 Thread Dan McGee
Ensure we are not quoting these values in any of our SQL queries. Thanks-to: elij Signed-off-by: Dan McGee --- Smoke tested: * Submitted a package update and it worked * Updated a user's password from non-salted to salted variety * Numerous login/logout cycles web/html/passreset.php |4 ++