Polypheny-DB icon indicating copy to clipboard operation
Polypheny-DB copied to clipboard

Reordering columns in schema view of Polypheny-UI

Open vogti opened this issue 5 years ago • 6 comments

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

vogti avatar May 17 '20 13:05 vogti

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

HashmiAS avatar Mar 27 '21 07:03 HashmiAS

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

vogti avatar Mar 27 '21 08:03 vogti

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

Pawanupadhyay10 avatar Mar 28 '21 14:03 Pawanupadhyay10

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

vogti avatar Mar 28 '21 14:03 vogti

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.

HashmiAS avatar Mar 29 '21 18:03 HashmiAS

Hi @HashmiAS This sounds good.

vogti avatar Mar 29 '21 19:03 vogti