Skip to content

What is right .sqlitedb format? #11934

Answered by mariush444
mariush444 asked this question in Q&A
Discussion options

You must be logged in to vote

hmm....
it seems that solution is

CREATE TABLE "info" (
	"tilenumbering"	,
	"minzoom"	,
	"maxzoom"	,
	"timecolumn"	,
	"url"	,
	"rule"	,
	"referer"	,
	"ellipsoid"	,
	"inverted_y"	,
	"expireminutes"	,
	"randoms"	
);

Every fields should be without any definition of TYPE.
This is what OsmandMapCreator does.
I'm not familiar with SQLite but for me it is strange.
Can anyone explain it? Is it bug?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mariush444
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant