Menu

#161 Ordering of type attributes

Orbada_IDE
closed
nobody
None
5
2016-11-09
2016-10-21
Anonymous
No

The created source in the type of database postgresql, is not maintained the order of attributes.

CREATE TYPE mono.t_s_kryt_magr AS
(agre mono.t_s_agre,
kryt mono.t_s_kryt,
il50 mono.t_s_agre);

should be
CREATE TYPE mono.t_s_kryt_magr AS
(kryt mono.t_s_kryt,
agre mono.t_s_agre,
il50 mono.t_s_agre);

Discussion

  • Andrzej Kałuża

    • status: open --> closed
     
  • Andrzej Kałuża

    Fixed
    available at 1.2.5+

     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB