Bug 430258

Summary: SQLite not compiled with SQLITE_ENABLE_COLUMN_METADATA
Product: [Fedora] Fedora Reporter: Hans de Goede <hdegoede>
Component: sqliteAssignee: Panu Matilainen <pmatilai>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: mmcgrath
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-25 20:10:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Hans de Goede 2008-01-25 16:05:46 UTC
I've been working today on upgrading our libgda package to libgda-3.1.2, during
its configure the following lines are printed:

checking for SQLITE... yes
checking for sqlite3_table_column_metadata in -lsqlite3... no
Installed SQLite was not compiled with the SQLITE_ENABLE_COLUMN_METADATA, using
embedded SQLite

This isn't a really big problem as libgda will fallback to using its own private
copy of sqlite, but it would be much better for all the well known reasons if it
would be able to use the system sqlite, so please consider building the system
sqlite with SQLITE_ENABLE_COLUMN_METADATA enabled.

Comment 1 Panu Matilainen 2008-01-25 20:10:59 UTC
Coming right up in rawhide near you... (enabled in sqlite-3.5.4-3.fc9)

Comment 2 Hans de Goede 2008-01-26 09:55:17 UTC
Thanks! libgda has been rebuild and is now using the system sqlite.