Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Don't define HAVE_LOAD_EXTENSION when sqlite3 is compiled with EXTENSION | Marcus von Appen | 2012-07-26 | 1 | -0/+6 |
| | | | | | | | | | | option turned off PR: ports/156076 Submitted by: Pan Tsu <inyaoo@gmail.com> Notes: svn path=/head/; revision=301540 | ||||
* | Make setup not to install an egg info file which isn't needed for | Hye-Shik Chang | 2006-08-07 | 1 | -0/+3 |
| | | | | | | | standard modules. Notes: svn path=/head/; revision=169882 | ||||
* | Add new port for python sqlite3 module. | Hye-Shik Chang | 2006-06-23 | 1 | -0/+41 |
This port installs a Python "standard" library version of pysqlite which is provided by databases/py-pysqlite22 already. Because sqlite3 module was introduced in Python 2.5, this port plays only for 2.5 or laters. See Also: http://docs.python.org/dev/lib/module-sqlite3.html Notes: svn path=/head/; revision=166074 |