Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 664816 - dev-db/sqlite: enable SQLITE_USE_URI
Summary: dev-db/sqlite: enable SQLITE_USE_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Arfrever Frehtes Taifersar Arahesis
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-29 07:51 UTC by Dirkjan Ochtman (RETIRED)
Modified: 2018-10-03 08:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!