Aleksander Machniak
|
ab05ee25c1
|
Fix backward copat. with cached values serialized but not base64-encoded (#1489142)
|
13 years ago |
Aleksander Machniak
|
72c8504b99
|
Fix bug where serialized strings were truncated in PDO::quote() (#1489142)
Conflicts:
CHANGELOG
program/lib/Roundcube/rcube_cache_shared.php
|
13 years ago |
Aleksander Machniak
|
187cf5e1cd
|
Fix various PHP code bugs found using static analysis (#1489086)
Conflicts:
plugins/enigma/enigma.php
plugins/enigma/lib/enigma_engine.php
|
13 years ago |
Aleksander Machniak
|
410a4c663e
|
Inlcude SQL query in the log on SQL error (#1489064)
|
13 years ago |
Aleksander Machniak
|
51f52b525b
|
Add rcube_db::escape() method, fix escapeSimple() to use escape instead of quote()
|
13 years ago |
Aleksander Machniak
|
7af32a95bb
|
Fix typo simpleEscape -> escapeSimple
|
13 years ago |
Aleksander Machniak
|
d8752c9839
|
Add rcube_db::escapeSimple() method for backward compat.
|
13 years ago |
Thomas Bruederli
|
b2c66d0331
|
Hack to reset PDO statement iterators after counting
|
13 years ago |
Thomas Bruederli
|
73be4b5296
|
Match regex on multi-line sql statements
|
13 years ago |
Thomas Bruederli
|
713259002f
|
Re-implement rcube_db::num_rows() to ensure backwards compatibility
|
13 years ago |
Aleksander Machniak
|
9eb6d9e46a
|
Add type 'ident' in quote() so we can quote identifiers (eg. column names) there.
Using array2list() for list of identifiers is now possible.
|
13 years ago |
Aleksander Machniak
|
d3b18e6fc9
|
Slightly improve database driver chack
|
13 years ago |
Aleksander Machniak
|
c0a7143484
|
Reset $db_error_msg on query
|
13 years ago |
Aleksander Machniak
|
679b375a46
|
Fix comment
|
13 years ago |
Aleksander Machniak
|
a61326c141
|
Fix locking issue in SQLite driver (#1488874)
|
13 years ago |
Aleksander Machniak
|
d2534c63f2
|
Cleanup, remove file paths from doc
|
13 years ago |
Thomas Bruederli
|
a072247dde
|
Fix package definitions and include framework classes in phpdoc
|
13 years ago |
Aleksander Machniak
|
a3985963f0
|
Fix big memory consumption of DB layer (#1488856)
|
13 years ago |
Aleksander Machniak
|
ba6f21caeb
|
Framework files moved to lib/Roundcube
|
13 years ago |