Thanks to visit codestin.com
Credit goes to github.com

Skip to content

order of attributes does not respect primary key first convention in projection results #483

Description

@spapa013

A projection query like this

nda2.Trace.proj('trace', presyn='segment_id') & key

gives

*scan_idx    *segmentation  trace      *presyn   
+----------+ +------------+ +--------+ +--------+
5            1              =BLOB=     421208    
 (1 tuples)

so that primary keys are not grouped at the beginning. Would make sense for all table results to consistently give primary key attributes at the beginning.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementIndicates new improvements

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions