On Jan 5, 2010, at 9:57 AM, seth wrote:

> Hey,
> 
> I fixed problem #1.
> 
> Since I am not the first java - spring - hibernate developer migrating
> to the python wold, nor the last..., here goes what I learned from
> this:
> 
> Object properties cannot be private (cannot start with _ or __ ) for
> SQLAlchemy to find them.
> 
> I do not know the exceptions to the rule above, if any.

they can be named with a single underscore _ .   the mapping must explicitly 
configure this against the columns, however, unless the columns themselves have 
an underscore (which is unlikely).   see the mapping docs for details.




> 
> --
> 
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To post to this group, send email to sqlalch...@googlegroups.com.
> To unsubscribe from this group, send email to 
> sqlalchemy+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sqlalchemy?hl=en.
> 
> 

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.


Reply via email to