Sun Mar 7 2021
Message DB compatibility: 1.2.4
- The
messages
tables columns are ordered for more efficient physical storage allocation.
This version should not be considered an update to an existing database. It requires a new installation of the database, and therefore its advantages will only apply to new databases.
Mon May 4 2020
Message DB compatibility: 1.2.2
This version requires the use of an update script for existing installations. For instructions, see:
https://github.com/message-db/message-db/blob/master/database/update/1.2.2.md
- The
get_category_messages
server function will return the entire, unlimited extent of messages in a category if -1 is sent as thebatch_size
argument - The
get_stream_messages
server function will return the entire, unlimited extent of messages in a stream if -1 is sent as thebatch_size
argument