On Sun, 11 May 2014 17:15:14 GMT, Luís Marques wrote:

``auto sourceList = cmd.executeQuery!(Tuple!(string, "sha1", string, "title"))();``

I think passing a Tuple would mean that you're trying to map the fields to a composite type according to this:

https://github.com/pszturmaj/ddb/blob/master/source/ddb/postgres.d#L64

Try using auto sourceList = cmd.executeQuery!(string, "sha1", string, "title"); according to this example:

https://github.com/pszturmaj/ddb/blob/master/source/ddb/postgres.d#L1747

Btw, I don't get errors when attempting to post without a full name nor account :/ - and posting anonymously failed without errors too?