polypheny / Polypheny-DB

A self-adaptive Polystore that provides cost- and workload aware access to heterogeneous data.
https://polypheny.org
Apache License 2.0
122 stars 82 forks source link

Reordering columns in schema view of Polypheny-UI #232

Open vogti opened 4 years ago

vogti commented 4 years ago

It should be possible to reorder columns in the schema view of Polypheny-UI. Columns can be reordered using the following SQL command: ALTER TABLE [ schemaName . ] tableName MODIFY COLUMN columnName SET POSITION ( BEFORE | AFTER ) columnName

HashmiAS commented 3 years ago

Hello, @vogti I like to get started on this issue so could you assign it to me. Thanks

vogti commented 3 years ago

Hi @HashmiAS. I have assigned the issue to you.

Pawanupadhyay10 commented 3 years ago

hi,@vogti I will like to get started on this issue, will u assign this issue to me . Thanks.

vogti commented 3 years ago

Hi @Pawanupadhyay10 @HashmiAS is already working on this issue. But I have assigned #255 to you.

HashmiAS commented 3 years ago

Hi @vogti After deep-diving into both the UI and backend packages, I've decided to go forward with the approach of splitting the work into two PRs.

  1. Backend polypheny DB PR: This PR will be concerned with the backend server changes to support columns reordering via SQL.
  2. UI PR: This one will include the Angular/TS changes including the server call to the backend crud function implemented in PR 1 above.
vogti commented 3 years ago

Hi @HashmiAS This sounds good.