Hello!
I've added Python 2.7 to my development environment and just uploaded
SQLObject-1.2.0b1dev_r4477-py2.7.egg:
see https://pypi.python.org/pypi/SQLObject/1.2.0b1dev-r4477
Oleg.
--
Oleg Broytmanhttp://phdru.name/p...@phdru.name
Programmers don't die
On Sat, Nov 05, 2011 at 06:52:03PM +0400, Oleg Broytman wrote:
> * ForeignKey('Table', refColumn='refcol_id') to allow ForeignKey to
> point to a non-id column; the referred column must be a unique integer
> column.
Consider this as an experimental feature. Use with care and test
thoroughly
Hello!
I'm pleased to announce version 1.2.0b1, the first beta of the upcoming
release of branch 1.2 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