[Bug 207383] databases/sqlite3: UPD_DEL_LIMIT option doesn't work

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 20 23:33:51 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207383

            Bug ID: 207383
           Summary: databases/sqlite3: UPD_DEL_LIMIT option doesn't work
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: smh at FreeBSD.org
                CC: pavelivolkov at gmail.com
             Flags: maintainer-feedback?(pavelivolkov at gmail.com)
                CC: pavelivolkov at gmail.com

Due to the fact the port uses the autoconf source which is an Amalgamation the
port UPD_DEL_LIMIT option doesn't actually work.

The following require compile from source not Amalgamation:
SQLITE_ENABLE_UPDATE_DELETE_LIMIT
SQLITE_OMIT_ALTERTABLE
SQLITE_OMIT_ANALYZE
SQLITE_OMIT_ATTACH
SQLITE_OMIT_AUTOINCREMENT
SQLITE_OMIT_CAST
SQLITE_OMIT_COMPOUND_SELECT
SQLITE_OMIT_EXPLAIN
SQLITE_OMIT_FOREIGN_KEY
SQLITE_OMIT_PRAGMA
SQLITE_OMIT_REINDEX
SQLITE_OMIT_SUBQUERY
SQLITE_OMIT_TEMPDB
SQLITE_OMIT_TRIGGER
SQLITE_OMIT_VACUUM
SQLITE_OMIT_VIEW
SQLITE_OMIT_VIRTUALTABLE

https://www.sqlite.org/howtocompile.html

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list