Data type/column type: array
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
Research direction
Start with the PostgreSQL arrays documentation and Rezoom SQL's PostgresFunctions documentation, which the issue links, then trace how PostgreSQL column types are represented in migrations. Done would require an agreed workaround or a defined path for array-column support.
Written by the indexing model from the issue text.
Description
PostgreSQL supports arrays as a datatype:
https://www.postgresql.org/docs/9.1/arrays.html
For instance, a table blogposts could contain a column named tags which would be of type text[].
I want to write a migration where a table is created with such field. I couldn't find anything about arrays in Rezoom, is there something I missed or any workaround for it?
EDIT: OK, I just found https://rspeele.gitbooks.io/rezoom-sql/doc/Language/Functions/PostgresFunctions.html noting that arrays are not supported nor planned. Still, I would be glad to see a workaround (by using Postgre's arrays feature).
- Dominant language
- F#
- Stars
- 680
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from fsprojects/Rezoom.SQL
-
Difficulty 2/5 1-3 hours Newbie friendliness 20/100
fsprojects/Rezoom.SQL#57 · 1 comment ·
-
Dacpac support info Open
Difficulty 5/5 Over a week Newbie friendliness 20/100
fsprojects/Rezoom.SQL#56 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
fsprojects/Rezoom.SQL#52 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
fsprojects/Rezoom.SQL#50 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
fsprojects/Rezoom.SQL#44 · 3 comments ·
All issues in fsprojects/Rezoom.SQL
Similar issues
-
[6.x]: "Cannot use object of type stdClass as array" loading Users index (regression of #19182) Open
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
community-scripts/ProxmoxVE#17396 · 1 comment ·
-
bug possible-duplicate
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
AOSSIE-Org/PictoPy#1553 · 4 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
BasedHardware/omi#15274 · 3 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100