Update sqlite3 module to match current version of pysqlite.

This commit is contained in:
Gerhard Häring 2008-03-28 20:08:36 +00:00
parent d289ea6df9
commit 2a11c05b9d
10 changed files with 37 additions and 17 deletions

View file

@ -2,7 +2,7 @@
# pysqlite2/test/userfunctions.py: tests for user-defined functions and
# aggregates.
#
# Copyright (C) 2005 Gerhard Häring <gh@ghaering.de>
# Copyright (C) 2005-2007 Gerhard Häring <gh@ghaering.de>
#
# This file is part of pysqlite.
#