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

Sqlite Spatial RevEng: Column SRID and Dimension not configured #13765

Open
Tracked by #22950 ...
bricelam opened this issue Oct 25, 2018 · 1 comment
Open
Tracked by #22950 ...

Sqlite Spatial RevEng: Column SRID and Dimension not configured #13765

bricelam opened this issue Oct 25, 2018 · 1 comment

Comments

@bricelam
Copy link
Contributor

We need to query the SpatiaLite metadata tables in SqliteDatabaseModelFactory and add the annotations to DatabaseColumn objects.

@bricelam
Copy link
Contributor Author

bricelam commented Nov 6, 2018

SELECT c.*, g.coord_dimension, g.srid
FROM pragma_table_info($table) c
    LEFT JOIN geometry_columns g
        ON g.f_table_name = $table COLLATE NOCASE
            AND g.f_geometry_column = c.name COLLATE NOCASE;

@ajcvickers ajcvickers added the help wanted This issue involves technologies where we are not experts. Expert help would be appreciated. label Jan 24, 2019
@ajcvickers ajcvickers modified the milestones: 3.0.0, Backlog Jan 24, 2019
@divega divega added good first issue This issue should be relatively straightforward to fix. help wanted This issue involves technologies where we are not experts. Expert help would be appreciated. and removed help wanted This issue involves technologies where we are not experts. Expert help would be appreciated. good first issue This issue should be relatively straightforward to fix. labels May 31, 2019
@bricelam bricelam added good first issue This issue should be relatively straightforward to fix. and removed help wanted This issue involves technologies where we are not experts. Expert help would be appreciated. labels Aug 21, 2019
@ajcvickers ajcvickers removed the good first issue This issue should be relatively straightforward to fix. label Aug 30, 2019
@bricelam bricelam added consider-for-current-release good first issue This issue should be relatively straightforward to fix. labels Nov 5, 2019
@bricelam bricelam removed their assignment Jul 8, 2023
@ajcvickers ajcvickers removed the good first issue This issue should be relatively straightforward to fix. label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants