This website requires JavaScript.
Explore
Help
Sign in
Matrix-Mirrors
/
anonymousland-synapse
Watch
1
Star
0
Fork
You've already forked anonymousland-synapse
0
mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced
2025-05-02 21:54:53 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
cce5d057d3
anonymousland-synapse
/
synapse
/
storage
/
engines
History
Download ZIP
Download TAR.GZ
Erik Johnston
c756dfeb14
Correctly identify deadlocks
2015-04-15 10:23:42 +01:00
..
__init__.py
Add support for postgres instead of mysql. Change sql accourdingly. blob + varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS.
2015-04-14 13:53:20 +01:00
maria.py
Use case sensitive collations
2015-04-10 18:46:33 +01:00
postgres.py
Correctly identify deadlocks
2015-04-15 10:23:42 +01:00
sqlite3.py
Handle the fact that in sqlite binary data might be stored as unicode or bytes
2015-04-10 13:41:54 +01:00