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

Arrays are not supported #34

Closed
luis100 opened this issue Jan 21, 2015 · 4 comments
Closed

Arrays are not supported #34

luis100 opened this issue Jan 21, 2015 · 4 comments
Assignees
Labels
feature Issue type ms sql Microsoft SQL Server database module mysql My SQL database module postgres Specific database module siard 1 Specific module

Comments

@luis100
Copy link
Member

luis100 commented Jan 21, 2015

No description provided.

@luis100 luis100 added this to the 2.0.0 milestone Jan 21, 2015
@luis100 luis100 added ms sql Microsoft SQL Server database module mysql My SQL database module postgres Specific database module labels Jan 21, 2015
@luis100
Copy link
Member Author

luis100 commented Jan 29, 2015

@Chlara does the SIARD specification support arrays? How should an array be encoded in XML?

@Chlara
Copy link

Chlara commented Feb 11, 2015

@luis100
The array is an issue (RFC 2014-110) for SIARD 2.0. The Issues are now published on the official eCH-Site: http://www.ech.ch/vechweb/page?p=dossier&documentNumber=eCH-0165&documentVersion=1.0 .
Chlara

@luis100
Copy link
Member Author

luis100 commented Feb 11, 2015

@Chlara in the meanwhile for SIARD 1.0, what should be the type of the column of an ARRAY type, or for any other unsupported type, like the PostgreSQL GIS types (e.g. polygon and circle)?

Right now we are defining the column as CHARACTER VARYING(40) and dumping the textual serialization of the cell, which for something like a circle would become <(1,1),1>. But I guess it would be more proper to mark this column as of an UNSUPPORTED type, so when loading the SIARD database one could know what to expect (i.e. a simple textual dump of cell content). Is there anything already defined in SIARD? I could not find any clue on the specification.

@Chlara
Copy link

Chlara commented Feb 12, 2015

@luis100
My Colleague @mkaiser56 will answer your question on Monday because I will be absent for one week.
Chlara

@chalkos chalkos self-assigned this Jul 7, 2015
@chalkos chalkos added feature Issue type wontfix siard 1 Specific module labels Feb 15, 2016
@chalkos chalkos closed this as completed Feb 15, 2016
@luis100 luis100 removed this from the v2.1.0 milestone Jan 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Issue type ms sql Microsoft SQL Server database module mysql My SQL database module postgres Specific database module siard 1 Specific module
Projects
None yet
Development

No branches or pull requests

3 participants