
#######
History
#######


====================================
Changes in 0.5 (released 03/11/2003)
====================================

  * sql now can handle both mx.DateTime.DateTime and datetime.datetime
    objects (from Python 2.3) as long as the module is available.


====================================
Changes in 0.4 (released 08/27/2002)
====================================

  * sql has been moved to the ll package.


====================================
Changes in 0.3 (released 06/28/2002)
====================================

  * Ported to Python 2.2.
  * Now the trailing ; is omitted in the generated queries to be
    compatible with DCOracle.


======================================
Changes in 0.2.2 (released 06/25/2001)
======================================

  * Moved the installation hints into a separate file and included the
    installation instruction on the web site.


======================================
Changes in 0.2.1 (released 05/30/2001)
======================================

  * Included a hint in the README that mx.DateTime is required for
    installing sql (Thanks to Raymond Tong Leng Ng).


====================================
Changes in 0.2 (released 03/09/2001)
====================================

  * field values may be DateTime objects.


====================================
Changes in 0.1 (released 02/09/2001)
====================================

  * Initial release
