The table def was:
CREATE TABLE users (
user_id VARCHAR(255) NOT NULL,
msisdn VARCHAR(255),
date_created timestamp with time zone NOT NULL,
date_verified timestamp with time zone NOT NULL
);

I'll try to build it up as a test case tonight.


On Tue, Apr 28, 2009 at 1:57 AM, Stephen C. Gilardi <squee...@mac.com>wrote:


> That code looks right to me. What is the definition of the users table?
> Could you please post a minimal complete example that shows the problem?
>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to