3 Mar 2012 00:31
Duplicate results from query
Hey all,
I'm running into a bit of an issue, that I'm unsure of what's going on.
Essentially the code I'm writing is located here:
The backend is sqlite3. The database table has 3 entries, yet the query is returning 6 entries total. I tracked this down, to what appears, to be the the (:retrieval :immediate) portion of the database definition. If I don't do an immediate on these, it doesn't return 6, but instead 3 (like it should). it seems that the immediate retrieval is the issue.
I'm currently using the latest version of clsql through quicklisp.
Does anyone know if I'm doing something obviously incorrect here? My google searches haven't found much to help point me to the issue.
Thanks
- David
_______________________________________________ CLSQL mailing list CLSQL@... http://lists.b9.com/cgi-bin/mailman/listinfo/clsql
RSS Feed