On Dec 29, 2005, at 3:25 PM, Jonathan Ellis wrote:
Nothing I ran across has __repr__ defined which makes REPL a pita, having to dir everything...
what are you looking for with regards to __repr__ ? Most SQL construction objects define __str__ which gives you their SQL representation, and I usually rely on __repr__ to tell me what actual objects I am dealing with. Are you just looking for SQL construction objects to display generated SQL via __repr__ ? or is there something in the ORM youre looking for ?
------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Sqlalchemy-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

