[sqlalchemy] SQLError

2007-07-23 Thread kwarg
SQLAlchemy has wanderful documentation in many perspectives ... Does anybody know what is the interface of sqlalchemy.exceptions.SQLError exception? I mean properties/attributes/methods. The following is totally useless:

[sqlalchemy] SQLError.... label Error

2007-06-11 Thread Glauco
I use hardly the column prefix, so my query are always aliased. this obviously cause a lot of problem whith the order_by clause (that NOT use the same aliases) Is there some solution or mus wait for the new relase? This is a tipical Example ... the anagrafica.nome ORDER_BY column

[sqlalchemy] SQLError: ... invalid identifier

2007-05-07 Thread shday
I am getting a new error when using r2607. When I switch back to 3.6 there is no error. Here is the stack trace: Page handler: bound method StudyRequestController.default of srt.controllers.StudyRequestController instance at 0x015D6620 Traceback (most recent call last): File

[sqlalchemy] SQLError

2007-01-30 Thread Thomas Hunger
Hello, I was wondering if there is a special reason to wrap the db api exceptions like e.g. IntegrityError into an SQLError. The code could execute self._autorollback() and just rise the exception again. This would make much nicer exception handling (at least for me) in situations like