.. |
engines
|
Go back to storing JSON in TEXT
|
2015-04-16 11:17:52 +01:00 |
schema
|
Go back to storing JSON in TEXT
|
2015-04-16 11:17:52 +01:00 |
util
|
Use try..finally in contextlib.contextmanager
|
2015-04-15 10:25:43 +01:00 |
__init__.py
|
Rename user_ips.user -> user_id
|
2015-04-14 13:54:09 +01:00 |
_base.py
|
Go back to storing JSON in TEXT
|
2015-04-16 11:17:52 +01:00 |
appservice.py
|
Go back to storing JSON in TEXT
|
2015-04-16 11:17:52 +01:00 |
directory.py
|
Use generic db exceptions rather than sqlite3 specific ones
|
2015-04-08 16:53:48 +01:00 |
event_federation.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 |
events.py
|
Go back to storing JSON in TEXT
|
2015-04-16 11:17:52 +01:00 |
filtering.py
|
Give sensible names for '_simple_...' transactions
|
2015-03-20 15:59:18 +00:00 |
keys.py
|
Fix unicode support
|
2015-04-02 10:06:22 +01:00 |
media_repository.py
|
Give sensible names for '_simple_...' transactions
|
2015-03-20 15:59:18 +00:00 |
presence.py
|
Implement or_ignore flag on inserts
|
2015-04-07 12:06:22 +01:00 |
profile.py
|
Go back to storing JSON in TEXT
|
2015-04-16 11:17:52 +01:00 |
push_rule.py
|
Merge branch 'develop' of github.com:matrix-org/synapse into mysql
|
2015-03-20 16:31:48 +00:00 |
pusher.py
|
Move encoding and decoding of JSON into storage layer
|
2015-04-16 11:01:09 +01:00 |
registration.py
|
Go back to storing JSON in TEXT
|
2015-04-16 11:17:52 +01:00 |
rejections.py
|
Give sensible names for '_simple_...' transactions
|
2015-03-20 15:59:18 +00:00 |
room.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 |
roommember.py
|
PEP8
|
2015-04-07 12:16:05 +01:00 |
signatures.py
|
Make work in both Maria and SQLite. Fix tests
|
2015-04-01 14:12:33 +01:00 |
state.py
|
For backwards compat, make state_groups.id have a type of int, not varchar
|
2015-04-13 17:03:49 +01:00 |
stream.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 |
transactions.py
|
Turn off persistance of sent_transactions.response_json
|
2015-04-15 14:09:35 +01:00 |