Duplicate results from query
David Thole <[email protected]> Fri, 2 Mar 2012 17:31:34 -0600
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <CALjK1c424aF32mWxTJjfEEG3fZ+cJ+GB5Xvx7MyjR6nbppSLDg@mail.gmail.com> |
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: https://gist.github.com/e5245d4c041979ad648a 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 [email protected] http://lists.b9.com/cgi-bin/mailman/listinfo/clsql