Menu

#103 Dump to SQL changes order of columns

closed
nobody
None
2021-09-07
2021-08-03
Michal Kaut
No

Summary: Dumping a database to SQL (any dialect) does not respect the column order and instead sorts the columns alphabetically. In addition to being inconvenient in cases where the order made some sense (like having the keys first), it crashes our application that sometimes relies on a given column ordering.

Application version: 2.5.2.771

Steps to reproduce: Select Database->Tools->Dump and then any option there (for ex. SQLite)

Expected results: The generated SQL file should replicate the database, including order of the columns.

Actual results: The columns get sorted alphabetically.

Discussion

  • Marciel Degasperi

    • status: open --> closed
     
  • Marciel Degasperi

    Fixed in release 2.5.3

     

Anonymous
Anonymous

Add attachments
Cancel





Auth0 Logo