Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #108343

SQLObject 2.2

Path csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From Oleg Broytman <phd@phdru.name>
Newsgroups comp.lang.python
Subject SQLObject 2.2
Date Sun, 8 May 2016 09:32:52 +0200
Lines 88
Message-ID <mailman.505.1462693802.32212.python-list@python.org> (permalink)
References <20160508073251.GB6648@phdru.name>
Reply-To Oleg Broytman <phd@phdru.name>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
X-Trace news.uni-berlin.de NcITCau1JpqxfbRJIf7JagBkNKpOdkJFxD/rPLknIIhQ==
Return-Path <phd@phdru.name>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'url:sourceforge': 0.03; 'classes,': 0.05; 'classes.': 0.07; 'table.': 0.07; 'versions.': 0.07; 'postgresql,': 0.09; 'rows': 0.09; 'sqlite': 0.09; 'python': 0.10; '2.7': 0.13; '(also': 0.16; '(either': 0.16; 'bug:': 0.16; 'columns': 0.16; 'contributors': 0.16; 'development:': 0.16; 'email addr:phdru.name': 0.16; 'email name:phd': 0.16; 'header:X-Face:1': 0.16; 'operator).': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'refactoring': 0.16; 'sybase,': 0.16; 'url:gmane': 0.16; '2.2': 0.18; 'tests.': 0.18; 'skip:= 10': 0.18; 'tests': 0.18; 'fix': 0.21; 'to:2**1': 0.21; 'meant': 0.22; 'minor': 0.22; 'mysql,': 0.22; 'skip:= 20': 0.22; 'tables': 0.23; 'header:User-Agent:1': 0.26; "doesn't": 0.26; 'command': 0.26; 'required.': 0.26; '2.6': 0.27; 'andrew': 0.27; 'function': 0.28; 'interface': 0.29; 'changes:': 0.29; 'download:': 0.29; 'referenced': 0.29; 'references.': 0.29; '-----': 0.29; "i'm": 0.30; 'classes': 0.30; 'url:mailman': 0.30; 'branch': 0.30; 'connections': 0.30; 'programmers': 0.30; '--------': 0.32; 'announce': 0.32; 'url:python': 0.33; 'instances': 0.33; 'skip:- 10': 0.34; 'url:listinfo': 0.34; 'add': 0.34; 'server': 0.34; 'skip:c 30': 0.35; 'list:': 0.35; 'stable': 0.35; 'supports': 0.35; 'list,': 0.36; 'url:org': 0.36; 'created': 0.36; 'to:addr:python-list': 0.36; 'release': 0.37; 'charset:us- ascii': 0.37; 'version': 0.38; 'mailing': 0.38; 'means': 0.39; 'skip:- 20': 0.39; 'test': 0.39; 'format': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'easy': 0.60; 'your': 0.60; 'default': 0.61; 'more': 0.63; 'complete': 0.63; 'url:0': 0.63; 'pleased': 0.64; 'hello!': 0.66; 'url:lists': 0.66; 'header :Reply-To:1': 0.67; 'news': 0.68; 'site:': 0.75; 'nathan': 0.84
Content-Disposition inline
X-Attribution phd
X-Face "4chVP^f8; 3Bi>x"ic0%DuP(ZLyn:; kzQ1njs]5,GRZG<{<\~`|Shxi7|)d|8uO~HFRfyym {[xs@OYG]2Q]0#}0sjJp`1^1+B6]A2+{9fW=S<O7^"hul]^|AGtiI7SkYF-2VD?UH*h_!zuCIf+^F7 c0x8?W,UfhCAx^YY#1ALhvG\2yG}LW:)zw#1;Yajq"hK~S
X-Operating-System Debian GNU/Linux
X-Url http://phdru.name/
Mail-Followup-To Oleg Broytman <phd@phdru.name>, Python Mailing List <python-list@python.org>
User-Agent Mutt/1.5.23 (2014-03-12)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.22
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <20160508073251.GB6648@phdru.name>
Xref csiph.com comp.lang.python:108343

Show key headers only | View raw


Hello!

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


What's new in SQLObject
=======================

Features & Interface
--------------------

* Add function col.use_microseconds(True/False). Default is to use
  microseconds (True).

* For MSSQL use datetime2(6) and time(6) columns.

* Columns for ForeignKey are created using idType of the referenced
  table.

Minor features
--------------

* Add sqlbuilder.CONCAT to generate concatenation command (either using
  function CONCAT() or '||' operator).

* Minor refactoring to pave the way to Python 3.

* Document MSSQL server versions.

Bugfixes
--------

* Fix a bug: mxDateTime doesn't support microseconds; %s in mxDateTime
  format means ticks.

Tests
-----

* Speedup SQLite connections in tests.

* Added new test help setupCyclicClasses to setup classes with mutual
  references.

Contributors for this release are Andrew Ziem and Nathan Edwards.

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 or 2.7 is required.


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

Download:
https://pypi.python.org/pypi/SQLObject/2.2.0

News and changes:
http://sqlobject.org/News.html

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            phd@phdru.name
           Programmers don't die, they just GOSUB without RETURN.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

SQLObject 2.2 Oleg Broytman <phd@phdru.name> - 2016-05-08 09:32 +0200

csiph-web