Imported Upstream version 2.6.3 upstream upstream/2.6.3
authorAnas Nashif <anas.nashif@intel.com>
Tue, 19 Feb 2013 16:39:24 +0000 (08:39 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Tue, 19 Feb 2013 16:39:24 +0000 (08:39 -0800)
commit9251a4ce6c74a5c993e9655cd375400510cef49f
tree55b2b2e17f39d69150dc42efeeced4af5ee5d52a
Imported Upstream version 2.6.3
80 files changed:
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
PKG-INFO [new file with mode: 0644]
cross_bdist_wininst.py [new file with mode: 0644]
doc/includes/sqlite3/adapter_datetime.py [new file with mode: 0644]
doc/includes/sqlite3/adapter_point_1.py [new file with mode: 0644]
doc/includes/sqlite3/adapter_point_2.py [new file with mode: 0644]
doc/includes/sqlite3/apsw_example.py [new file with mode: 0644]
doc/includes/sqlite3/authorizer.py [new file with mode: 0644]
doc/includes/sqlite3/collation_reverse.py [new file with mode: 0644]
doc/includes/sqlite3/complete_statement.py [new file with mode: 0644]
doc/includes/sqlite3/connect_db_1.py [new file with mode: 0644]
doc/includes/sqlite3/connect_db_2.py [new file with mode: 0644]
doc/includes/sqlite3/converter_point.py [new file with mode: 0644]
doc/includes/sqlite3/countcursors.py [new file with mode: 0644]
doc/includes/sqlite3/createdb.py [new file with mode: 0644]
doc/includes/sqlite3/ctx_manager.py [new file with mode: 0644]
doc/includes/sqlite3/execsql_fetchonerow.py [new file with mode: 0644]
doc/includes/sqlite3/execsql_printall_1.py [new file with mode: 0644]
doc/includes/sqlite3/execute_1.py [new file with mode: 0644]
doc/includes/sqlite3/execute_2.py [new file with mode: 0644]
doc/includes/sqlite3/execute_3.py [new file with mode: 0644]
doc/includes/sqlite3/executemany_1.py [new file with mode: 0644]
doc/includes/sqlite3/executemany_2.py [new file with mode: 0644]
doc/includes/sqlite3/executescript.py [new file with mode: 0644]
doc/includes/sqlite3/insert_more_people.py [new file with mode: 0644]
doc/includes/sqlite3/load_extension.py [new file with mode: 0644]
doc/includes/sqlite3/md5func.py [new file with mode: 0644]
doc/includes/sqlite3/mysumaggr.py [new file with mode: 0644]
doc/includes/sqlite3/parse_colnames.py [new file with mode: 0644]
doc/includes/sqlite3/progress.py [new file with mode: 0644]
doc/includes/sqlite3/pysqlite_datetime.py [new file with mode: 0644]
doc/includes/sqlite3/row_factory.py [new file with mode: 0644]
doc/includes/sqlite3/rowclass.py [new file with mode: 0644]
doc/includes/sqlite3/shared_cache.py [new file with mode: 0644]
doc/includes/sqlite3/shortcut_methods.py [new file with mode: 0644]
doc/includes/sqlite3/simple_tableprinter.py [new file with mode: 0644]
doc/includes/sqlite3/text_factory.py [new file with mode: 0644]
doc/install-source.txt [new file with mode: 0644]
doc/sphinx/.static/.keepme [new file with mode: 0644]
doc/sphinx/Makefile [new file with mode: 0644]
doc/sphinx/conf.py [new file with mode: 0644]
doc/sphinx/index.rst [new file with mode: 0644]
doc/sphinx/sqlite3.rst [new file with mode: 0644]
lib/__init__.py [new file with mode: 0644]
lib/dbapi2.py [new file with mode: 0644]
lib/dump.py [new file with mode: 0644]
lib/test/__init__.py [new file with mode: 0644]
lib/test/dbapi.py [new file with mode: 0644]
lib/test/dump.py [new file with mode: 0644]
lib/test/factory.py [new file with mode: 0644]
lib/test/hooks.py [new file with mode: 0644]
lib/test/py25/__init__.py [new file with mode: 0644]
lib/test/py25/py25tests.py [new file with mode: 0644]
lib/test/regression.py [new file with mode: 0644]
lib/test/transactions.py [new file with mode: 0644]
lib/test/types.py [new file with mode: 0644]
lib/test/userfunctions.py [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
src/backup.h [new file with mode: 0644]
src/cache.c [new file with mode: 0644]
src/cache.h [new file with mode: 0644]
src/connection.c [new file with mode: 0644]
src/connection.h [new file with mode: 0644]
src/cursor.c [new file with mode: 0644]
src/cursor.h [new file with mode: 0644]
src/microprotocols.c [new file with mode: 0644]
src/microprotocols.h [new file with mode: 0644]
src/module.c [new file with mode: 0644]
src/module.h [new file with mode: 0644]
src/prepare_protocol.c [new file with mode: 0644]
src/prepare_protocol.h [new file with mode: 0644]
src/row.c [new file with mode: 0644]
src/row.h [new file with mode: 0644]
src/sqlitecompat.h [new file with mode: 0644]
src/statement.c [new file with mode: 0644]
src/statement.h [new file with mode: 0644]
src/util.c [new file with mode: 0644]
src/util.h [new file with mode: 0644]