Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Handle two databases #500

Merged
merged 9 commits into from
May 23, 2024
Merged

Handle two databases #500

merged 9 commits into from
May 23, 2024

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    0fe1c8c View commit details
    Browse the repository at this point in the history
  2. fix: Methods return data, not modiying a parameter. Queries are now a…

    … list instead of a huge string
    robsavoye committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ed90c54 View commit details
    Browse the repository at this point in the history
  3. fix: Rather than a huge string which was causing problems, each query…

    … is now an entry in a list. Also handle queries returning no data
    robsavoye committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9e08d3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9e83c6 View commit details
    Browse the repository at this point in the history
  5. fix: queries is now a vector of SQL strings, and now properly split t…

    …he data between two databases, one for raw data, the other for underpass
    robsavoye committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f7b9cb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e64ab97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29b1156 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    bec413e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    89147ed View commit details
    Browse the repository at this point in the history