Vertabelo / vertabelo-sqlalchemy

Converts a database model designed in Vertabelo (http://vertabelo.com) to SQLAlchemy (http://www.sqlalchemy.org/) mapping classes.
Apache License 2.0
32 stars 10 forks source link

Vertabelo XML format 2.4 support #6

Open dwikler opened 2 years ago

dwikler commented 2 years ago

I am experiencing an issue reporting Vertabelo XML format 2.4 is not supported. Is this version limited to Vertabelo XML format 2.2?

Traceback (most recent call last):
  File "./vertabelo_sqlalchemy.py", line 764, in <module>
    main(sys.argv[1:])
  File "./vertabelo_sqlalchemy.py", line 761, in main
    generate(inputfile,outputfile)
  File "./vertabelo_sqlalchemy.py", line 731, in generate
    g.process();
  File "./vertabelo_sqlalchemy.py", line 709, in process
    raise Exception("Not supported Vertabelo XML format version %s" % (version))
Exception: Not supported Vertabelo XML format version 2.4
DUELCHR commented 4 months ago

any news on this Topic?