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 (Collapse)Author
2018-08-25Fix compatibility with MySQL 8 - error on 'system' table useAleksander 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
(#5439) - Removed redundant 'created' column from cache and cache_shared tables - Removed use of redundant data records - Added missing primary keys (dictionary, cache, cache_shared tables)
2016-10-12Bump database versionAleksander Machniak
2016-10-09SQL, upgrade: increase session table ip field size for IPv6 addressesSylvain Rochet
Commit 84d06edb06 introduced IPv6 support on SQL session table but failed at providing upgrade SQL scripts, this commit fixes it. Fixes: 84d06edb06 ("IPv6 Compatability") Signed-off-by: Sylvain Rochet <gradator@gradator.net>
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
- Move DDL script execution code to rcube_db class(es). - Improve prefix replacement code, so index names are also modified
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
Make possible to use db_prefix for schema initialization in Installer (#1489067) Fix updatedb.sh script so it recognizes also table prefix for external DDL files
2013-03-28Add 'if not exists' to system table creation. Just in case some previous db ↵Thomas Bruederli
update routine was aborted or failed
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
2013-01-09Added new database upgrade script, converted DDL scripts to new formatAleksander Machniak
2012-08-06Removed users.alias column, added option ('user_aliases')Aleksander Machniak
to use email address from identities as username (#1488581)
2012-08-06- Removed redundant cache.cache_id column (#1488528)Aleksander Machniak
2012-06-10Fix DDL update from 0.7 for MS SQL ServerAleksander Machniak
2012-06-08Fix operator incompat. in some queries on contacts table using MS SQL Server ↵Aleksander Machniak
(#1488505)
2012-02-07- Fix parse errors in DDL files for MS SQL Serveralecpl
2012-01-12- Fix failure on MySQL database upgrade from 0.7 - text column can't have ↵alecpl
default value (#1488300)
2012-01-11- Disable FOREIGN_KEY_CHECKS for update from 0.7alecpl
2012-01-05- Fix SQL Error when saving a contact with many email addresses (#1488286)alecpl
2011-12-19- Fix wrong postgres sequence name in upgrade from 0.6alecpl
2011-12-15- Disable FOREIGN_KEY_CHECKS in update from 0.6 (#1488209)alecpl
2011-12-14- Fix broken CREATE INDEX queries in SQLite DDL files (#1488255)alecpl
2011-11-23- Add version markersalecpl
2011-11-22- Fixed bug where session ID's length was limited to 40 characters. Since ↵alecpl
PHP5.3 it's possible to set session.hash_function to any hash algorithm that would produce strings up to 128 characters long (#1488196)
2011-09-29We're on the road towards 0.7 nowthomascube
2011-09-19- Add lost cache_index.valid column definitionalecpl
2011-09-18- Cache synchronization using QRESYNC/CONDSTOREalecpl
- Fixed message ID updates in cache - Changed message flags handling + some fixes (e.g. fixed messages listing after delete)
2011-09-07- Rewritten messages caching (merged devel-mcache branch):alecpl
Indexes are stored in a separate table, so there's no need to store all messages in a folder Added threads data caching Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE - Partial QRESYNC support - Improved FETCH response handling - Improvements in response tokenization method
2011-09-06- Fix username case-insensitivity issue in MySQL (#1488021)alecpl
2011-09-06- Merge devel-saved_search branch (Addressbook Saved Searches)alecpl
2011-09-06- Merge devel-spellcheck branch:alecpl
- Added spellchecker exceptions dictionary (shared or per-user) - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
2011-08-14Fix automatic db updates; trigger contact indexing after upgradethomascube
2011-08-11- Change version number 0.5.2 -> 0.5.X to not confuse usersalecpl
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers ↵alecpl
(#1487725) - Fix handling of folders that doesn't belong to any namespace (#1487637)
2011-04-27Change vcard field to LONGTEXT to completely store vcards with embedded photosthomascube