2005/12/30, Michael Bayer <[EMAIL PROTECTED]>: > thanks, ill add that patch. > > > ill look into those docs changes, still a long way to go on those. ive > been shooting for an end-to-end SQL toolkit and not just an ORM, even though > I guess ORM is what most people are looking for...so I have tried to make > the docs pretty open ended. Since "Basic Data Mapping" does give an > overview of the ORM without too many knowledge dependencies, maybe I can > highlight that on the "Roadmap" page as something you can just look at > quickly. also, as far as naming "Roadmap", ill have to think of > something...its meant as a summary as to what information you need to have > in order to learn the next thing fully..i.e. the "direction-ness" of it is > the most important thing, and I probably subconsiously got that name from > the "Trails" or whatever they call them in the old Java tutorials. > > in other news, Oracle support has been kicked back up to current thanks to a > new Oracle Express/Fedora installation which only took 8 hours to complete > thanks to a broken CD burner, and will be checked in later tonight, and I am > further refining the notion of "things you can SELECT from" / "things that > make up the column list of a thing you can SELECT from" so that mapping > against arbitrary SELECT statements, including those with functions and > expressions inside of them, works across all databases. > > thanks all around, >
I like the way of SQLAlchemy, sometimes I find the ORM is so weak and complex, but SQLAlchemy also provides a flexible mapper to implement the ORM, but it just bind the Table metadata to the class, these may not like others ORM which using metaclass, but I like this appoach more. -- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit ------------------------------------------------------- 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_idv37&alloc_id865&op=click _______________________________________________ Sqlalchemy-users mailing list Sqlalchemy-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users