Ordering of type attributes
Database SQL, query tool, using JDBC for Oracle,SQLite,PostgreSQL,etc
Status: Abandoned
Brought to you by:
akaluza
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);
Anonymous
Fixed
available at 1.2.5+