From: NHibernate J. <mik...@us...> - 2007-09-26 06:08:00
|
[ http://jira.nhibernate.org/browse/NH-1111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_15888 ] Fabio Maulo commented on NH-1111: --------------------------------- Are you secure that your patch work ? Are you test it using Guid in a "where" clause ? Guid is not the same type of uuid. I think that work for causality. The right generator for PostgreSQL is uuid.hex. Please check it and send the link of PostgreSQL and Npgsql where they talk about Guid. Thanks. > PostgreSQL 8.3 dialect with Guid type support > --------------------------------------------- > > Key: NH-1111 > URL: http://jira.nhibernate.org/browse/NH-1111 > Project: NHibernate > Issue Type: New Feature > Components: Data Providers > Affects Versions: 2.0.0.Alpha1 > Reporter: David Bachmann > Attachments: PostgreSQL83Dialect.cs > > > Next version of PostgreSQL, 8.3, will support DbType.Guid. > This new dialect add this functionality. > It was not tested because Npgsql currently doesn't recognise DbType.Guid. But, except a big surprise, this should work like a charm. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.nhibernate.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |