You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Xerial
Hello:
I'm using your sqlite-jdbc wrapper and when i do a 'select distinct'
in table i get gat the same results that i get when doing a 'select'.
Doing the same with postgres and h2 i get the correct ones.
TIA
cbare
unread,
Jun 5, 2009, 8:16:03 PM6/5/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Xerial
One way to help isolate the problem would be to try the same query
using sqlite's command line tool. See if you get the correct results
there. If you get different results through the JDBC driver, then
that's pretty suspicious.