[sqlalchemy] hacking,anti-hacking,registry tweaks,compter tricks

2007-09-25 Thread sourabh_swarnkar143
check this out buddies. kool website for: * hacking and anti hacking tricks * anti hackng tricks. * registry tweaks * orkut tricks * small virus * computer tricks and loads of different tricks... www.realm-of-tricks.blogspot.com www.registrydecoded.blogspot.com

[sqlalchemy] bug .. ?

2007-09-25 Thread Julien Cigar
Hello, I've a small problem, I try to translate this SQL query : http://dpaste.com/20579/ into an SQLAlchemy query : http://dpaste.com/20580/ However, I get the following error : group_by = [t_specimens.c.taxonomy_id] Module sqlalchemy.sql:3009 in label def label(self, name):

[sqlalchemy] Re: bug .. ?

2007-09-25 Thread Julien Cigar
ok, forgot my message ... I used .label() instead of .alias() :O On Tue, 2007-09-25 at 12:16 +0200, Julien Cigar wrote: Hello, I've a small problem, I try to translate this SQL query : http://dpaste.com/20579/ into an SQLAlchemy query : http://dpaste.com/20580/ However, I get the

[sqlalchemy] Supporting sybase backend through mx.ODBC driver

2007-09-25 Thread Alexander Houben
Hi all, I was wondering if there is any development effort going on to support a sybase backend for sqlalchemy based on the mx.ODBC drivers from egenix (google didn't find anything and there was no relevant thread on this list) ? I'm currently caught in the run/debug/bug fix cycle on my

[sqlalchemy] Re: plain python objects from ORM

2007-09-25 Thread Michael Bayer
On Sep 24, 2007, at 10:43 PM, Huy Do wrote: Michael Bayer wrote: On Sep 24, 2007, at 11:48 AM, Huy Do wrote: Hi, Is it possible to get SA ORM to return plain python objects (with eagerloaded relations and all) but without any attribute instrumentation (or anything else magically

[sqlalchemy] Re: 0.4.0beta5 breaks [Oracle] query, works on 0.3.7 and with cxOracle

2007-09-25 Thread Michael Bayer
On Sep 24, 2007, at 11:36 PM, m h wrote: NP, I know Oracle is a drag but that's what the client has. Perhaps if you could clarify why I'm confused I might be able to help debug. (I've stepped through expression.py all day long). I feel like I just need a little hint or push in the

[sqlalchemy] Re: r3507 breaks here

2007-09-25 Thread Michael Bayer
On Sep 25, 2007, at 1:18 AM, [EMAIL PROTECTED] wrote: On Monday 24 September 2007 22:31:35 Michael Bayer wrote: On Sep 24, 2007, at 12:13 PM, [EMAIL PROTECTED] wrote: it something to do with that expects thing... just do a x = str(b) before session.clear(), breaks it all. OK...that was

[sqlalchemy] Re: Supporting sybase backend through mx.ODBC driver

2007-09-25 Thread Michael Bayer
On Sep 25, 2007, at 8:04 AM, Alexander Houben wrote: Hi all, I was wondering if there is any development effort going on to support a sybase backend for sqlalchemy based on the mx.ODBC drivers from egenix (google didn't find anything and there was no relevant thread on this list) ?

[sqlalchemy] Re: Supporting sybase backend through mx.ODBC driver

2007-09-25 Thread Alexander Houben
Michael Bayer wrote: On Sep 25, 2007, at 8:04 AM, Alexander Houben wrote: Hi all, I was wondering if there is any development effort going on to support a sybase backend for sqlalchemy based on the mx.ODBC drivers from egenix (google didn't find anything and there was no relevant

[sqlalchemy] IntegrityError during query?

2007-09-25 Thread [EMAIL PROTECTED]
Hi, I have a newbie question: I'm parsing a log file in order to record login-times but I'm getting an IntegrityError on an insert during a query. Does this make sense? Even though I'm going a commit at the botton of the loop should I expect the INSERT to actually happen during a subsequent

[sqlalchemy] Re: plain python objects from ORM

2007-09-25 Thread Huy Do
I think this would be a great feature to have because there are many use cases in my application (mainly displaying/processing tables) where I don't want/need the overhead of the instrumentation (and it really does add quite a bit), but would still love the excellent mapping abilities

[sqlalchemy] Re: detect if objects have been deleted from a session?

2007-09-25 Thread Kumar McMillan
Thanks for the quick response. On 9/24/07, Michael Bayer [EMAIL PROTECTED] wrote: but also i dont understand the problem you're having. the ConcurrentModificationError should only happen if you are issuing a literal DELETE statement to the database which conflicts with the session trying to

[sqlalchemy] Re: 0.4.0beta5 breaks [Oracle] query, works on 0.3.7 and with cxOracle

2007-09-25 Thread m h
Have updated the ticket with my fix change the dbapi_type of OracleText from CLOB to NUMBER I'm not sure if this breaks others code http://www.sqlalchemy.org/trac/ticket/793 --~--~-~--~~~---~--~~ You received this message because you are subscribed to