Version: unspecified (using Devel) OS: Linux http://websvn.kde.org/trunk/KDE/kdesdk/umbrello/umbrello/codegenerators/sql/postgresqlwriter.cpp?view=markup 72 l.append( "time without time zone" ); 73 l.append( "time with time zone" ); 74 l.append( "timestamp without time zone" ); 75 l.append( "time with time zone" ); should be replaced by 72 l.append( "time without time zone" ); 73 l.append( "time with time zone" ); 74 l.append( "timestamp without time zone" ); 75 l.append( "timestamp with time zone" ); Reproducible: Always Steps to Reproduce: Select „PostgreSQL“ language. Actual Results: The types are filled. „timestamp with time zone“ is missing. Expected Results: „timestamp with time zone“ is present after the types are filled. http://www.postgresql.org/docs/9.0/interactive/datatype-datetime.html
Hello?
This is trivial, too ;-).
(In reply to comment #1) > Hello? Echo :)
SVN commit 1296317 by okellogg: PostgreSQLWriter::defaultDatatypes(): Fix last list entry as proposed in PR. Thanks Nikita for well written bug reports. M +1 -0 ChangeLog M +1 -1 umbrello/codegenerators/sql/postgresqlwriter.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1296317
apply fixed bug from 4.9.0 changelog