Someone already had this error when executing a query using the
DetachedCriteria API?

I think that all configuration is right... but for some weird reason
when I had needed to convert my hql to a more flexible way, using a
detached query it just doesn't work anymore...

The mapping property:

                <property name="Deleted" access="nosetter.camelcase"
column="deletado" not-null="true"  insert="true" update="true" />


The property:
                /// <summary>
                /// Gets or sets a value indicating whether this <see 
cref="Pessoa"/
> is deleted.
                /// </summary>
                /// <value><c>true</c> if deleted; otherwise, 
<c>false</c>.</value>
                public virtual bool Deleted
                {
                        get { return deleted; }
                }

My server is a postgres 8.3 using the 8.2 dialect with nhibernate
2.0...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to