Skip to content
Snippets Groups Projects
  1. Mar 05, 2024
  2. Mar 01, 2024
  3. Feb 24, 2024
  4. Feb 23, 2024
  5. Feb 15, 2024
  6. Feb 14, 2024
  7. Feb 12, 2024
  8. Feb 08, 2024
  9. Feb 07, 2024
  10. Jan 27, 2024
  11. Jan 19, 2024
  12. Jan 11, 2024
  13. Jan 08, 2024
  14. Jan 06, 2024
  15. Dec 19, 2023
  16. Dec 18, 2023
  17. Dec 14, 2023
  18. Nov 25, 2023
  19. Nov 23, 2023
  20. Nov 21, 2023
  21. Nov 20, 2023
    • Vakhtang Tsulaia's avatar
      IdDictDetDescrCnv: implemented a mechanism for reading ID dictionaries from SQLite as BLOBs · c1e8b17e
      Vakhtang Tsulaia authored
      If GeoModel is initialized from SQLite, then IdDictDetDescrCnv first attempts to read
      ID dictionaries from SQLite tables in BLOB format. In case of success, the dictionaries
      will be written out as XML files into the run directory and passed to the dictionary
      parser for further processing.
      
      This can be considered an interim solution aimed to avoid making any changes in the
      ID dictionary parser, and in this way to support several options for ID dictionary
      initialization:
      1. Retrieve ID dictionary file names from Geometry DB tables
      2. Retrieve ID dictionary file names from SQLite database tables
      3. Retrieve ID dictionaries as BLOBs from SQLite database tables
      
      Later we can consider dropping the step of writing BLOBs on disk as XML files, and
      instead passing them as strings to the dictionary parser.
      c1e8b17e
  22. Nov 17, 2023
  23. Nov 16, 2023
  24. Nov 14, 2023
  25. Nov 11, 2023
  26. Oct 31, 2023
  27. Oct 30, 2023
Loading