I\'m using python 2.6, sqlalchemy 0.6 for a tiny desktop application. Also i\'m using py2exe and sqlalchemy-migrate and i\'m trying to integrate migrate inside the exe. In this way when the user start
At my organization, PostgreSQL databases are created with a 20-connection limit as a matter of policy. This tends to interact poorly when multiple applications are in play that use connection pools, s
Just diving into pylons here, and am trying to get my head around the basics of SQLALchemy.I have figured out how to load a record by id:
I\'m using fixture to test a Pylons app, but I stumbled upon a problem. Let\'s say I have such data set:
I am using SQLAlchemy in my project. I have two classes, call them Bar and Foo class Bar(object): def valueize(self, name):
We have a slightly unreliable database server, for various reasons, and as a consequence sometimes the database connections used by my application vanish out from under it.The connections are SQLAlche
Anyone has successfully connect to mssql thru pyodbc within sqlalchemy? I am using turbogears2 right now, and try to connect to mssql, working on a mac os platform.
I\'d like to know if the super-powerful python allows to store a comparison in a variable or, if not, if it\'s possible calling/executing a comparison when given as an string (\"==\" or \"!=\")
New with SQLalchemy, here is my problem: My model is: user_group_association_table = Table(\'user_group_association\', Base.metadata,
I\'m using SQLAlchemy 0.6.3 with Pylons 1.0, and my sqlalchemy.log file is being polluted by \"BEGIN\" calls: