Skip to content

Conversation

@jagerman
Copy link
Member

Fixes various issues encountered with trying to run PySOGS under newer packages (such as those found in Debian 13).

session_util has all the capabilities of the old libonionrequests, with
30% less jank.
SQLAlchemy broke quite a few things; this unbreaks them:

- transaction behaviour changed in such a way that 1.4 code was starting
  transactions that would never get committed, confining all new rows to
  oblivion.
- raw queries now need `text()` around them
- columns need to be accessed via properties now instead of keys
If the subrequest environment has a raw integer in it (rather than a
stringified integer), oldest flask was fine with it but newer flask
fails the subrequest.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant