Aleksander Machniak
2016-05-16 0b7e26c1bf6bc7a684eb3a214d92d3927306cd8a
2015-11-14 Aleksander Machniak
Use ternary operator where aplicable
blob@ 7e3298 commitdiff | diff to current
2015-09-23 Aleksander Machniak
Add possibility to set PDO::ATTR_PREFETCH and PDO::ATTR_TIMEOUT via DSN string
blob@ 0ee572 commitdiff | diff to current
2015-06-07 Aleksander Machniak
CS fixes
blob@ a95874 commitdiff | diff to current
2015-04-06 Aleksander Machniak
Fix tables listing routine on mysql and postgres so it skips system or othe...
blob@ 48d018 commitdiff | diff to current
2015-03-12 Aleksander Machniak
Fix backtick character handling in sql queries (#1490312)
blob@ 496972 commitdiff | diff to current
2015-02-24 Aleksander Machniak
Add possibility to configure max_allowed_packet value for all database engi...
blob@ 8f4854 commitdiff | diff to current
2015-01-03 Aleksander Machniak
CS fixes
blob@ 7b9245 commitdiff | diff to current
2014-11-03 Thomas Bruederli
Add plugin hook 'db_table_name' as requested in #1489837
blob@ a63b9b commitdiff | diff to current
2014-09-18 Aleksander Machniak
Remove Oracle driver based on PDO_OCI extension
blob@ fb8adc commitdiff | diff to current
2014-09-17 Aleksander Machniak
Added transactions support
blob@ 845157 commitdiff | diff to current
2014-09-17 Aleksander Machniak
Add Oracle driver which uses OCI8 extension - the one that supports CLOB co...
blob@ d7c91c commitdiff | diff to current
2014-09-12 Aleksander Machniak
Use consistent column/table quoting in sql queries
blob@ 34a090 commitdiff | diff to current
2014-09-08 Aleksander Machniak
Added license headers to driver files, CS fixes
blob@ 4baf96 commitdiff | diff to current
2014-04-29 Aleksander Machniak
Revert [78a58162], TABLE_SCHEMA column does not exist in mysql, also tables...
blob@ 3ce4f0 commitdiff | diff to current
2014-04-29 Aleksander Machniak
Fix varius db_prefix issues (#1489839) - Move DDL script execution code to ...
blob@ 90f7aa commitdiff | diff to current
2014-04-14 Marc-Oliver Teschke
When checking if DB schema is up-to-date, limit the checks to tables in our...
blob@ 78a581 commitdiff | diff to current
2013-11-06 Aleksander Machniak
Small performance improvements, use str_replace() instead of strtr(), do no...
blob@ 00de8d commitdiff | diff to current
2013-10-14 Aleksander Machniak
Key duplicate error on postgres uses SQLSTATE=23505
blob@ 899e59 commitdiff | diff to current
2013-10-07 Thomas Bruederli
Assign the chosen mode to the table map
blob@ 6a6992 commitdiff | diff to current
2013-10-07 Thomas Bruederli
Improve selection of replicated database connection: - Analyze query and pr...
blob@ a69f99 commitdiff | diff to current
2013-10-04 Thomas Bruederli
New option to disable the use of already established dsnw connections for s...
blob@ 92d18c commitdiff | diff to current
2013-09-12 Thomas Bruederli
Retry queries on deadlock errors from InnoDB row-level locking (MySQL)
blob@ 0ee22c commitdiff | diff to current
2013-06-09 Aleksander Machniak
Fix database cache expunge issues (#1489149) - added 'expires' column
blob@ 60b6d7 commitdiff | diff to current
2013-06-08 Aleksander Machniak
Simplified db connection initialisation code
blob@ d18640 commitdiff | diff to current
2013-06-08 Aleksander Machniak
Fix date format issues on MS SQL Server (#1488918)
blob@ 66407a commitdiff | diff to current
2013-06-05 Aleksander Machniak
Add optional argument to now() for simple interval calculations on SQL-side
blob@ aa44ce commitdiff | diff to current
2013-06-05 Aleksander Machniak
Fix "duplicate entry" errors on inserts to imap cache tables (#1489146)
blob@ be4b5c commitdiff | diff to current
2013-06-02 Aleksander Machniak
Fix backward copat. with cached values serialized but not base64-encoded (#...
blob@ 5df4fe commitdiff | diff to current
2013-06-02 Aleksander Machniak
Fix bug where serialized strings were truncated in PDO::quote() (#1489142)
blob@ a6b0ca commitdiff | diff to current
2013-05-15 Aleksander Machniak
Simplify/fix debug lines truncation
blob@ 43079d commitdiff | diff to current
2013-05-08 Aleksander Machniak
Limit debug log entry (line) size to 4096 characters to prevent memory_limi...
blob@ 9b8d22 commitdiff | diff to current
2013-05-06 Aleksander Machniak
Fix various PHP code bugs found using static analysis (#1489086)
blob@ ce89ec commitdiff | diff to current
2013-04-30 Aleksander Machniak
Inlcude SQL query in the log on SQL error (#1489064)
blob@ 8defd7 commitdiff | diff to current
2013-04-27 Aleksander Machniak
Add db_prefix configuration option in place of db_table_*/db_sequence_* opt...
blob@ 399db1 commitdiff | diff to current
2013-04-17 Aleksander Machniak
Add rcube_db::escape() method, fix escapeSimple() to use escape instead of ...
blob@ 282dff commitdiff | diff to current
2013-04-17 Aleksander Machniak
Fix typo simpleEscape -> escapeSimple
blob@ c465ee commitdiff | diff to current
2013-04-17 Aleksander Machniak
Add rcube_db::escapeSimple() method for backward compat.
blob@ 39a034 commitdiff | diff to current
2013-03-24 Thomas Bruederli
Match regex on multi-line sql statements
blob@ 7889c5 commitdiff | diff to current
2013-03-23 Thomas Bruederli
Hack to reset PDO statement iterators after counting
blob@ a85d54 commitdiff | diff to current
2013-03-13 Thomas Bruederli
Re-implement rcube_db::num_rows() to ensure backwards compatibility
blob@ d4f8a4 commitdiff | diff to current
2013-03-06 Aleksander Machniak
Add type 'ident' in quote() so we can quote identifiers (eg. column names) ...
blob@ ac3774 commitdiff | diff to current
2013-02-17 Aleksander Machniak
When connection to read-only db fails try to connect to write-master, but o...
blob@ bc2c02 commitdiff | diff to current
2013-01-31 Aleksander Machniak
Slightly improve database driver chack
blob@ 41db2b commitdiff | diff to current
2013-01-09 Aleksander Machniak
Reset $db_error_msg on query
blob@ db6f54 commitdiff | diff to current
2012-12-21 Aleksander Machniak
Fix comment
blob@ 679b37 commitdiff | diff to current
2012-12-20 Aleksander Machniak
Fix locking issue in SQLite driver (#1488874)
blob@ a61326 commitdiff | diff to current
2012-12-18 Aleksander Machniak
Cleanup, remove file paths from doc
blob@ d2534c commitdiff | diff to current
2012-12-16 Thomas Bruederli
Fix package definitions and include framework classes in phpdoc
blob@ a07224 commitdiff | diff to current
2012-12-07 Aleksander Machniak
Fix big memory consumption of DB layer (#1488856)
blob@ a39859 commitdiff | diff to current
2012-11-21 Aleksander Machniak
Framework files moved to lib/Roundcube
blob@ ba6f21 commitdiff | diff to current
first | « prev | next »