Additional notes. Reads from NHibernate are working just fine. The SQL being generated passes in PgAdmin >From what I can tell, the StringUserType based IUserType that I am using should be working. This is based on using the raw Npgsql driver to do inserts. I am also successfully comparing the db parameter, it seems to be setting it to the same DbType and PgsqlDbType.
I'll continue the hunt, but if anyone has an idea, it would be most appreciated. :) -d On Tuesday, February 18, 2014 9:19:18 AM UTC-6, Dru wrote: > > "ERROR: 42804: column "post" is of type json but expression is of type > text" > > I am currently getting this error when I try to save an object to a JSON > column. I have built my OWN IUserType and everything looks good, other than > what I think is a lower level mapping issue. Since DbType doesn't have a > JSON option. Any suggestions on how to handle a DB specific data type? > > -d > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/groups/opt_out.
