On 3/7/06, Michael Bayer <[EMAIL PROTECTED]> wrote:
On Mar 7, 2006, at 12:46 AM, Kapil Thangavelu wrote:> i've been playing around with this and have generation of some> kinds of change objects. what would be the best way to generate> the sql ddl for these changesets? i'd like to take advantage of
On Mar 7, 2006, at 12:46 AM, Kapil Thangavelu wrote:
i've been playing around with this and have generation of some
kinds of change objects. what would be the best way to generate
the sql ddl for these changesets? i'd like to take advantage of the
sql generation and abstraction capabiliti
ah it was just an errant "count" variable stuck on the alias object,
committed the fix to SVN.
On Mar 7, 2006, at 7:42 PM, [EMAIL PROTECTED] wrote:
Hi,
I haven't had a chance to dig through
why this is coming up, but it seems
like count() for selectables is
getting rebound from what FromClau
Hi,
I haven't had a chance to dig through
why this is coming up, but it seems
like count() for selectables is
getting rebound from what FromClause
defines. Test code and output are
below.
--- test code:
# Test count() on selectable
import sqlalchemy as rdb
engine = rdb.create_engine('sqlite:/
hey florian -
I have the oracle 10g server, but at the moment I am remote from that
location, so I cant see the source of the problem you are having.
I would advise to get the latest SVN trunk and see if that works,
someone else is having good results with it right now. also if its
possi
Hi,
I've got a problem since 0.1.3 that didn't exist in 0.1.2, the problem is:
File "/home/florian/shop_ng/shop/shop/controllers.py", line 16, in __getattr__
config = orm.Mandator.mapper.get_by_name(name)
File
"/usr/local/lib/python2.4/site-packages/SQLAlchemy-0.1.3-py2.4.egg/sqlalchemy/map
Thanks so much, Michael! I grabbed your patch by updating to SVN head, and my
Oracle queries are working just fine now with shortened aliases.
For the list, somewhat off-topic:
SQLAlchemy is very well thought out and far more capable than alternatives. I
did a modest amount of evangelizing for
7 matches
Mail list logo