Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/SQL
AgeCommit message (Expand)Author
2022-10-09Store uploads metadata in a separate sql database table instead of a session ...Aleksander Machniak
2022-09-11Removed support for MS SQL Server and Oracle (#7854)Aleksander Machniak
2022-08-12Fix bug where it wasn't possible to create more than one response record on S...Aleksander Machniak
2022-04-10Don't declare default statement for MySQL columns in initial schema (#8485)Interduo
2022-03-20Don't declare default statement for postgres columns in initial schema (#8464)Interduo
2022-01-25Fix incorrect (comment) syntax (#8416)iRedMail
2021-10-26Fix installation/upgrade on MySQL 5.5 - Index column size too large (#8231)Aleksander Machniak
2021-10-03SQLite: Use foreign keys, require SQLite >= 3.6.19 (#8159)Aleksander Machniak
2021-08-28Support responses (snippets) in HTML format (#5315)Aleksander Machniak
2021-04-18Spelling (#8001)Josh Soref
2021-02-08Fixed errors in MSSQL database update scripts (#7853)Marco Miltenburg
2020-12-29Allow NULL in users.preferences column in postgres and sqlite db, the same as...Aleksander Machniak
2020-11-06Missing sequence in SQL update file (#7707)Gianluca Giacometti
2020-09-20Fix typoAleksander Machniak
2020-09-20Automatically collected recipients and trusted senders (#6904)Aleksander Machniak
2020-07-29Fix sqlite/2020020100.sql (#7516)Aleksander Machniak
2020-07-18Fix MySQL DDL update 2020020101.sql (#7277)Aleksander Machniak
2020-03-14Fix sql syntax error introduced in last commitAleksander Machniak
2020-03-14Bring back BINARY for some columns after switch to utf8mb4 charset (#7277)Aleksander Machniak
2020-02-01MySQL: Use utf8mb4 charset and utf8mb4_unicode_ci collation (#6535, #7113)Aleksander Machniak
2020-02-01Support for language codes up to 16 chars long (e.g. es-419) in database sche...Aleksander Machniak
2019-09-29Make cache keys case-sensitive on MySQL/MSSQL (#6942)Aleksander Machniak
2018-12-23Enigma: Fixed multi-host syncronization of private and deleted keys and pubri...Aleksander Machniak
2018-08-25Fix compatibility with MySQL 8 - error on 'system' table useAleksander Machniak
2018-03-01Fix column type (#6200)Aleksander Machniak
2018-02-28Enigma: Multi-host supportAleksander Machniak
2017-12-19Fix syntax error in mssql.initial.sql (#6097)Aleksander Machniak
2017-04-21Fix failing database schema check in all engines except mysql (#5730)Aleksander Machniak
2016-11-26Fixed redundancy in sql caching system and compatibility with Galera Cluster ...Aleksander Machniak
2016-10-12Bump database versionAleksander Machniak
2016-10-09SQL, upgrade: increase session table ip field size for IPv6 addressesSylvain Rochet
2016-08-12Removed useless 'created' column from 'session' table (#5389)Aleksander Machniak
2015-11-11Added brute-force attack prevention via login rate limit (#1490566)Aleksander Machniak
2015-03-08Fix storing signatures with big images in MySQL database (#1490306)Aleksander Machniak
2014-10-27Fix so DDL script for Oracle can be executed in SQLPlusAleksander Machniak
2014-09-22Merge branch 'oracle'Aleksander Machniak
2014-09-15Initial DDL for OracleAleksander Machniak
2014-09-05Index IX_contactgroups_user_id was created on the wrong table.Marco Miltenburg
2014-09-04Fix error in MSSQL update script 2013061000.sql (#1490061)Aleksander Machniak
2014-04-29Fix too small length of users.preferences column data type on MySQLAleksander Machniak
2014-04-29Fix varius db_prefix issues (#1489839)Aleksander Machniak
2013-07-08Fix typoAleksander Machniak
2013-06-09Fix database cache expunge issues (#1489149) - added 'expires' columnAleksander Machniak
2013-05-25Added shared (cross-user) cacheAleksander Machniak
2013-04-28Add lost files for "db_prefix related changes" commitAleksander Machniak
2013-04-27Add db_prefix configuration option in place of db_table_*/db_sequence_* optionsAleksander Machniak
2013-03-28Add 'if not exists' to system table creation. Just in case some previous db u...Thomas Bruederli
2013-02-19Fix typo in DB version strings (there should be no .sql suffix)Aleksander Machniak
2013-01-17Bump version number in *.initial.sqlAleksander Machniak
2013-01-17Drop tmp_users table (#1488910)Aleksander Machniak