I'm adding an experience point system to ACS for my site (something
like the system on www.perlmonks.org). I'm getting an error when I try
to look something up, however -- the database is returning more than
one row. Looking at the data in my tables, it *shouldn't* be possible,
so I need to manually run the query and see what the output is.
However, when the ns_db 1row error is logged, it cuts off the query
*before* the where clause, so I don't know what values are being used.
Is there any way to get all of that logged?
Shalon Wood