Download Latest Version sqlobject-3.13.1.tar.gz (1.5 MB)
Email in envelope

Get an email when there's a new version of SQLObject

Home / OldFiles / 3.3.0
Name Modified Size InfoDownloads / Week
Parent folder
SQLObject-3.3.0-py2.py3-none-any.whl 2017-05-07 1.9 MB
SQLObject-3.3.0-py3.6.egg 2017-05-07 2.5 MB
SQLObject-3.3.0-py3.5.egg 2017-05-07 2.6 MB
SQLObject-3.3.0-py3.4.egg 2017-05-07 2.6 MB
SQLObject-3.3.0-py2.7.egg 2017-05-07 2.5 MB
SQLObject-3.3.0-py2.6.egg 2017-05-07 2.5 MB
SQLObject-3.3.0.tar.gz 2017-05-07 1.4 MB
README.rst 2017-05-07 2.0 kB
Totals: 8 Items   16.1 MB 0

Hello!

I'm pleased to announce version 3.3.0, the first stable release of branch 3.3 of SQLObject.

What's new in SQLObject

Features

  • Support for Python 2.6 is declared obsolete and will be removed in the next release.

Minor features

  • Convert scripts repository to devscripts subdirectory. Some of thses scripts are version-dependent so it's better to have them in the main repo.
  • Test for __nonzero__ under Python 2, __bool__ under Python 3 in BoolCol.

Drivers (work in progress)

  • Add support for PyODBC and PyPyODBC (pure-python ODBC DB API driver) for MySQL, PostgreSQL and MS SQL. Driver names are pyodbc, pypyodbc or odbc (try pyodbc and pypyodbc). There are some problems with pyodbc and many problems with pypyodbc.

Documentation

Tests

  • Run tests at Travis CI and AppVeyor with Python 3.6, x86 and x64.
  • Stop running tests at Travis with Python 2.6.
  • Stop running tests at AppVeyor with pymssql - too many timeouts and problems.

For a more complete list, please see the news: http://sqlobject.org/News.html

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).

Python 2.6, 2.7 or 3.4+ is required.

Source: README.rst, updated 2017-05-07