[umbrello-devel] [umbrello] [Bug 350236] New: Invalid sql code on postgresql export of entity attributes using auto increment

Ralf Habacker ralf.habacker at freenet.de
Wed Jul 15 10:00:16 UTC 2015


https://bugs.kde.org/show_bug.cgi?id=350236

            Bug ID: 350236
           Summary: Invalid sql code on postgresql export of entity
                    attributes using auto increment
           Product: umbrello
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: umbrello-devel at kde.org
          Reporter: ralf.habacker at freenet.de

The postgresql export of entitiy attributes with the auto increment enabled
creates an invalid sql statement.



Reproducible: Always

Steps to Reproduce:
1. start umbrello
2. add an entity and an attribute with auto increment enabled
3. select postgresql export
4. generate entity

Actual Results:  
The generated statement is 

ALTER TABLE <table_name> ALTER COLUMN <field_name> SET NOT NULL

The statement is not terminated with a ';'


Expected Results:  
The statement should be terminated with a ';'


The bug has been introduced with KDE version 3.91.0 (commit
a20c9650e1e6b204b4e9139030f40497def576c8)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list