1 Mar 2012 17:07
SQLObject 1.1.5
Oleg Broytman <phd <at> phdru.name>
2012-03-01 16:07:14 GMT
2012-03-01 16:07:14 GMT
Hello! I'm pleased to announce version 1.1.5, a bugfix release of branch 1.1 of SQLObject. What is SQLObject ================= SQLObject is an object-relational mapper. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be easy to use and quick to get started with. SQLObject supports a number of backends: MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL and MaxDB (also known as SAPDB). Where is SQLObject ================== Site: http://sqlobject.org Development: http://sqlobject.org/devel/ Mailing list: https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss Archives: http://news.gmane.org/gmane.comp.python.sqlobject(Continue reading)


My call stack is:
File "/home/georg/git/pysteg/src/pysteg/sql/tables.py", line 346, in
getJob
trans = conn.transaction()
File "/usr/lib/pymodules/python2.7/sqlobject/dbconnection.py", line
400, in transaction
return Transaction(self)



RSS Feed