|
|
|
@4790
|
2 years |
alec |
- Fix func_get_args() usage for PHP<5.3 (#1487928)
|
|
|
|
@4768
|
2 years |
thomasb |
Fix sort order when contact name is empty
|
|
|
|
@4747
|
2 years |
thomasb |
Revert r4746 due to timestsamp issues with mysql; deprecate …
|
|
|
|
@4746
|
2 years |
thomasb |
Rely on mysql server timezone not on PHP
|
|
|
|
@4694
|
2 years |
thomasb |
Remove unnecessary code (thanks Alec)
|
|
|
|
@4693
|
2 years |
thomasb |
Fix return value of affected_rows()
|
|
|
|
@4678
|
2 years |
alec |
- Improve performance by including files with absolute path (#1487849)
|
|
|
|
@4670
|
2 years |
thomasb |
Check for DB connection state instead of handle (handle could be an error …
|
|
|
|
@4668
|
2 years |
thomasb |
Gracefully shrug on database errors
|
|
|
|
@4635
|
2 years |
alec |
- Fixed bug where some dates would produce SQL error in MySQL (#1487856)
|
|
|
|
@4573
|
2 years |
thomasb |
Create interactive update script with improved DB schema check; udated …
|
|
|
|
@4410
|
2 years |
thomasb |
Bumbed version; Roundcube development is not Switzerland only
|
|
|
|
@4057
|
3 years |
alec |
- Support one argument of type array, instead of n arguments for …
|
|
|
|
@4015
|
3 years |
alec |
- Update phpdoc (#1486958)
|
|
|
|
@3993
|
3 years |
thomasb |
Fix base url resolution + better order for condition checks in rcube_mdb2 …
|
|
|
|
@3989
|
3 years |
alec |
- s/RoundCube/Roundcube/
|
|
|
|
@3982
|
3 years |
thomasb |
Fix db_mode check in insert_id()
|
|
|
|
@3978
|
3 years |
thomasb |
Fix selection of read/write db connection
|
|
|
|
@3947
|
3 years |
alec |
- Add semicolon at the end of SQL queries in log (#1486957)
|
|
|
|
@3581
|
3 years |
alec |
- Fix typo (#1486703)
|
|
|
|
@3576
|
3 years |
alec |
- code re-formatting + small improvements
|
|
|
|
@3528
|
3 years |
alec |
- Don't add extra newline in sql debug log
|
|
|
|
@3456
|
3 years |
alec |
- Use MDB2's Manager module for listing tables
|
|
|
|
@3450
|
3 years |
thomasb |
List of tables mustn't be static (wtf?)
|
|
|
|
@3449
|
3 years |
thomasb |
Asynchronously expand contact groups + skip count queries in …
|
|
|
|
@3246
|
3 years |
alec |
- Fix inconsistency when not using default table names (#1486467)
|
|
|
|
@3231
|
3 years |
alec |
- add file/line definitions to raise_error() calls
|
|
|
|
@3227
|
3 years |
alec |
- Add support for MDB2's 'sqlsrv' driver (#1486395)
|
|
|
|
@3212
|
3 years |
alec |
- fix $Id$ keyword
|
|
|
|
@2920
|
4 years |
alec |
- Fix rcube_mdb2::affected_rows() (#1486082)
|
|
|
|
@2834
|
4 years |
alec |
- Use sequence names only with PostgreSQL (#1486018)
|
|
|
|
@2828
|
4 years |
alec |
- Fix rcube_mdb2.php: call to setCharset not implemented in mssql driver …
|
|
|
|
@2818
|
4 years |
alec |
- Fix rcube_mdb2::unixtimestamp for MS SQL (#1486015)
|
|
|
|
@2772
|
4 years |
alec |
- handle errors in insert_id()
|
|
|
|
@2719
|
4 years |
alec |
- Added 'imap_debug' option, described 'sql_debug' option in config file
|
|
|
|
@2675
|
4 years |
alec |
- Fix non-unicode characters caching in unicode database (#1484608)
|
|
|
|
@2673
|
4 years |
alec |
- performance improvements of messages caching
|
|
|
|
@2463
|
4 years |
alec |
- Fix session handling on non-session SQL query error (#1485734)
|
|
|
|
@2449
|
4 years |
alec |
- some hints to use sqlite db (#1485821)
|
|
|
|
@2406
|
4 years |
alec |
- Fix read/write database recognition (#1485811)
|
|
|
|
@2237
|
4 years |
till |
* bumping up copyright (happy new year ;-))
|
|
|
|
@2233
|
4 years |
alec |
- Fix SQL query execution errors handling in rcube_mdb2 class (#1485509)
|
|
|
|
@1978
|
5 years |
thomasb |
Set postgres-specific schema options + fix indentation
|
|
|
|
@1971
|
5 years |
alec |
- set MDB2's sequence options for postgres only
|
|
|
|
@1956
|
5 years |
alec |
- better postgresql sequence names handling
|
|
|
|
@1664
|
5 years |
alec |
- removed PHP4 class constructors
|
|
|
|
@1637
|
5 years |
alec |
- Case insensitive contacts searching using PostgreSQL (#1485259)
|
|
|
|
@1631
|
5 years |
alec |
- fread() replaced by file_get_contents(), see comments in #1484880
|
|
|
|
@1390
|
5 years |
thomasb |
Make sure we have a valid integer even if date is empty (#1485055)
|
|
|
|
@1291
|
5 years |
thomasb |
Changed codebase to PHP5 with autoloader + added some new classes from the …
|
|
copied from trunk/roundcubemail/program/include/rcube_mdb2.inc:
|
|
|
|
@1217
|
5 years |
thomasb |
Only emulate prepared queries in debug mode
|