Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding note regarding PRAGMA user_version #650

Merged
merged 1 commit into from
Mar 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions spec/core/1_base.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ The maximum size of a GeoPackage file is about 140TB ^<<K4a>>^.
In practice a lower size limit MAY be imposed by the filesystem to which the file is written.
Many mobile devices require external memory cards to be formatted using the FAT32 file system which imposes a maximum size limit of 4GB.

[NOTE]
====
The version can be retrieved using the SQLite command `PRAGMA user_version`.
====

====== File Extension Name

[[r3]]
Expand Down
2 changes: 1 addition & 1 deletion spec/core/annexes/extension_geometry_srsid_triggers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

[NOTE]
=====================
On August 15, 2016 the GeoPackage SWG voted to remote this extension from the standard due to interoperability concerns. For more information see the release notes. The original extension may be found in http://www.geopackage.org/spec110/#extension_geometry_srsid_triggers.
On August 15, 2016 the GeoPackage SWG voted to remove this extension from the standard due to interoperability concerns. For more information see the release notes. The original extension may be found in http://www.geopackage.org/spec110/#extension_geometry_srsid_triggers.
=====================
2 changes: 1 addition & 1 deletion spec/core/annexes/extension_geometry_type_triggers.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

[NOTE]
=====================
On August 15, 2016 the GeoPackage SWG voted to remote this extension from the standard due to interoperability concerns. For more information see the release notes. The original extension may be found in http://www.geopackage.org/spec110/#extension_geometry_type_triggers.
On August 15, 2016 the GeoPackage SWG voted to remove this extension from the standard due to interoperability concerns. For more information see the release notes. The original extension may be found in http://www.geopackage.org/spec110/#extension_geometry_type_triggers.
=====================
2 changes: 1 addition & 1 deletion spec/core/release_notes/1.4.0/clause-4-change-log.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ See <<Clause_Critical>> for more information on critical changes and
|Source |Identifier |Type |Section |Description |Purpose
|link:https://github.com/opengeospatial/geopackage/issues/647[#647] |link:https://github.com/opengeospatial/geopackage/pull/650[#650] | A | 1.1.1.1.1 | Add note explaining how to retrieve the GeoPackage Version | Clarity
|[yellow-background]#link:https://github.com/opengeospatial/geopackage/issues/648[#648]#
|[yellow-background]#link:https://github.com/opengeospatial/geopackage/pull/649[#649]#
|[yellow-background]#link:https://github.com/opengeospatial/geopackage/pull/653[#653]#
|[yellow-background]#S#
|[yellow-background]#1.1.1.1.3, 1.1.3.1.2, Annex F.8#
|[yellow-background]#Make DATETIME format more flexible#
Expand Down