[sqlalchemy] Re: Problems with Oracle Express/sqlalchemy

2008-05-24 Thread Brandon Goldfedder
 am, Michael Bayer [EMAIL PROTECTED] wrote: On May 23, 2008, at 10:02 PM, Brandon Goldfedder wrote: Michael, Yes - that is what I am doing now : ForeignKey(schemaname.tablename.colname) and I have things working. (see example 3). My problem is these steps seem really ugly and a lot

[sqlalchemy] Re: Problems with Oracle Express/sqlalchemy

2008-05-24 Thread Brandon Goldfedder
branch and r4813 of trunk.   remove the usage of owner, it is   synonymous with schema (as it is in oracle itself -http://www.dba-oracle.com/t_schema_components_owner_user.htm   ) , as well as all the other hacks. On May 24, 2008, at 6:34 PM, Brandon Goldfedder wrote: MIchael

[sqlalchemy] Problems with Oracle Express/sqlalchemy

2008-05-23 Thread Brandon Goldfedder
All, Perhaps someone can help me here since I am in that 'bad place' where I am retrying things again and getting deeper than I want into it. I am trying to create a database (using elixir model although the problem appears to be in sqlalchemy so asking here) in Oracle Express. The problem I

[sqlalchemy] Re: Problems with Oracle Express/sqlalchemy

2008-05-23 Thread Brandon Goldfedder
=self.unique) 5b. The above will go away in next pass when I set index=False and manually add the Indexes Anyone else have a cleaner incantation? Thanks, Brandon On May 23, 3:10 pm, Brandon Goldfedder [EMAIL PROTECTED] wrote: All, Perhaps someone can help me here since I am in that 'bad place' where

[sqlalchemy] Re: Problems with Oracle Express/sqlalchemy

2008-05-23 Thread Brandon Goldfedder
practice or not. For example the schemaname I have to change depending on whether I am doing Oracle or other DB (thinking I will build the string up from a variable to minimize the changes) On May 23, 7:55 pm, Michael Bayer [EMAIL PROTECTED] wrote: On May 23, 2008, at 3:10 PM, Brandon Goldfedder

[sqlalchemy] Re: MemoryError in unitofwork.py

2007-04-27 Thread Brandon Goldfedder
Okay - next dump quesion: How do I clear out the objects in a session that I no longer need to reference (in this case all of them)... Will python GC take care of this? --Brandon On Apr 25, 7:15 am, Michael Bayer [EMAIL PROTECTED] wrote: On Apr 24, 2007, at 10:59 AM,BrandonGoldfedder wrote:

[sqlalchemy] MemoryError in unitofwork.py

2007-04-25 Thread Brandon Goldfedder
, in flush MemoryError Anyone have any ideas: My code is simply adding new entries and every 1000 entries flushing the objectstore. Thanks, Brandon Goldfedder --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy