[sqlalchemy] Re: Commiting inserts made through Stored Procedure calls

2009-07-07 Thread Rodney Haynie
Michael Bayer wrote: > Rodney Haynie wrote: > >>> >> Ok, tried it. Still no data being committed. >> No errors popping either. >> > > its likely a turbogears usage issue so check with their list. I know > they have their own idea about transactional scope. > > For what its

[sqlalchemy] Re: Commiting inserts made through Stored Procedure calls

2009-06-27 Thread Rodney Haynie
Michael Bayer wrote: > Rodney Haynie wrote: > >>> >> Ok, tried it. Still no data being committed. >> No errors popping either. >> > > its likely a turbogears usage issue so check with their list. I know > they have their own idea about transactional scope. > > Ok, will do. >

[sqlalchemy] Re: Commiting inserts made through Stored Procedure calls

2009-06-26 Thread Michael Bayer
Rodney Haynie wrote: >> >> > Ok, tried it. Still no data being committed. > No errors popping either. its likely a turbogears usage issue so check with their list. I know they have their own idea about transactional scope. --~--~-~--~~~---~--~~ You received th

[sqlalchemy] Re: Commiting inserts made through Stored Procedure calls

2009-06-26 Thread Rodney Haynie
Michael Bayer wrote: > Rodney Haynie wrote: > >> Michael Bayer wrote: >> >>> Rodney Haynie wrote: >>> >>> I am having problems getting my data to save when the changes are made through stored procedures. I created a sample block of code below to show exactly how I am

[sqlalchemy] Re: Commiting inserts made through Stored Procedure calls

2009-06-26 Thread Michael Bayer
Rodney Haynie wrote: > > > Michael Bayer wrote: >> Rodney Haynie wrote: >> >>> I am having problems getting my data to save when the changes are made >>> through stored procedures. >>> I created a sample block of code below to show exactly how I am >>> implementing this. >>> >>> >>> conn

[sqlalchemy] Re: Commiting inserts made through Stored Procedure calls

2009-06-26 Thread Rodney Haynie
Michael Bayer wrote: > Rodney Haynie wrote: > >> I am having problems getting my data to save when the changes are made >> through stored procedures. >> I created a sample block of code below to show exactly how I am >> implementing this. >> >> >> conn = DBSession.connection() >>

[sqlalchemy] Re: Commiting inserts made through Stored Procedure calls

2009-06-26 Thread Michael Bayer
Rodney Haynie wrote: > > I am having problems getting my data to save when the changes are made > through stored procedures. > I created a sample block of code below to show exactly how I am > implementing this. > > > conn = DBSession.connection() > statement = sql.text("""CALL in