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

Remove database differentiation in _get_state_groups_from_groups_txn - SQLite supports recursive queries #14531

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    5b4f3ac View commit details
    Browse the repository at this point in the history
  2. Add changelog

    MadLittleMods committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f0ee9f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76c6e50 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Merge branch 'develop' into madlittlemods/remove-sqlite-tech-debt-in_…

    …get_state_groups_from_groups_txn
    MadLittleMods committed May 11, 2023
    Configuration menu
    Copy the full SHA
    95a9e03 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Remove SELECT DISTINCT ON syntax that's incompatible with SQLite

    See #14531 (comment)
    
    This does mean that I had to leave one SQLite specific query in place.
    But at least we're using the same recursive query pattern now.
    MadLittleMods committed May 12, 2023
    Configuration menu
    Copy the full SHA
    8b103f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a790a45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d42df27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51ff192 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b72249 View commit details
    Browse the repository at this point in the history
  6. Remove debug log

    MadLittleMods committed May 12, 2023
    Configuration menu
    Copy the full SHA
    8c8c9a6 View commit details
    Browse the repository at this point in the history