Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 664816

Summary: dev-db/sqlite: enable SQLITE_USE_URI
Product: Gentoo Linux Reporter: Dirkjan Ochtman (RETIRED) <djc>
Component: Current packagesAssignee: Arfrever Frehtes Taifersar Arahesis <arfrever.fta>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dirkjan Ochtman (RETIRED) gentoo-dev 2018-08-29 07:51:57 UTC
For an application I'm working on which I primarily develop on macOS, I was using in-memory shared caches with SQLite for the automated tests. When I then tried to run my tests on Gentoo, this created files on disk named with the URIs.

Apparently the macOS distribution of sqlite enables URI support by default. It would be nice if we could do the same.

https://sqlite.org/uri.html
https://sqlite.org/inmemorydb.html
Comment 1 Arfrever Frehtes Taifersar Arahesis 2018-10-03 06:55:27 UTC
-DSQLITE_USE_URI is used in dev-db/sqlite-3.25.2.
Comment 2 Dirkjan Ochtman (RETIRED) gentoo-dev 2018-10-03 08:07:12 UTC
Thanks!