Ricardo, the PostgreSQL has a JSON _type_ for column, it is not quiet a text.
On Thu, Dec 4, 2014 at 3:44 AM, Ricardo Peres <[email protected]> wrote: > But JSON is just text, right? Why is there a need for a JSON type? > If you want to store any object, just make it serializable and use the > SerializableType. > > RP > > > On Wednesday, December 3, 2014 9:19:23 AM UTC, Marek Barilla wrote: >> >> Hi, >> >> I made some solution, which is not perfect, but it can help in case of >> using Json type. >> >> https://gist.github.com/bariloce/e65fe5db6c6ddf46e6f8 >> >> Marek >> >> On Monday, March 10, 2014 7:59:31 PM UTC+1, Oskar Berggren wrote: >>> >>> Sounds like you should implement IUserType, or not? >>> >>> Looks like Dru found an issue in Npgsql also: >>> https://nhibernate.jira.com/browse/NH-3603 >>> >>> Apart from that, anyone is free to suggest what features NHibernate >>> should have in relation to this, and come up with an implementation. I'm >>> not aware of anyone working on something. >>> >>> /Oskar >>> >>> >>> >>> >>> 2014-03-10 19:09 GMT+01:00 Namith <[email protected]>: >>> >>>> Sorry if this is the wrong place to ask this. >>>> Is there planned surport for postgres hstore and json types posibly in >>>> 4.0? >>>> >>>> -- >>>> >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "nhibernate-development" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- > > --- > You received this message because you are subscribed to the Google Groups > "nhibernate-development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "nhibernate-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
