zdavatz / cpp2sqlite

C++ tool to generate sqlite database containing Swiss Healthcare Public Domain Drug Information
GNU General Public License v3.0
3 stars 1 forks source link

Default Sort sqlite so Fachinfo Names starting with numbers come last. #6

Closed zdavatz closed 5 years ago

zdavatz commented 5 years ago

In the Java-DB these go last, not first:

bildschirmfoto 2019-02-15 um 22 10 20
bettar commented 5 years ago

I think it's up to the application doing the DB query and showing the results to define any particular sorting order

bettar commented 5 years ago

Just for reference the java project does this reordering in file SqlDatabase.java, line 446, function reorderAlphaDB