Aleksander Machniak
e24b6c11e7
Fix PHP 7.2 warnings on count() use ( #5845 )
8 years ago
Aleksander Machniak
e160e48069
Fix undesired effects when postgres database uses different timezone than PHP host ( #5708 )
Allow passing DateTime variables as query arguments. Their value will
be converted to date/time input string in format specific to the database type
(with timezone on postgres).
8 years ago
ka7
9a35768c26
spelling fixes ( #5690 )
9 years ago
Aleksander Machniak
c1c0a0d815
Implemented rcube::sleep() method for disconnecting all external connection in long-running/sleeping scripts
9 years ago
Aleksander Machniak
184de7735c
CS fixes (mostly phpdoc)
9 years ago
Aleksander Machniak
a958748947
CS fixes
10 years ago
Aleksander Machniak
496972bf95
Fix backtick character handling in sql queries ( #1490312 )
11 years ago
Aleksander Machniak
7b924535fd
CS fixes
11 years ago
Aleksander Machniak
9e4246d957
Code improvements and fixes (mostly unused variables and methods)
11 years ago
Aleksander Machniak
9aa55d5a50
Fix so DDL script for Oracle can be executed in SQLPlus
11 years ago
Aleksander Machniak
fb8adc8a19
Remove Oracle driver based on PDO_OCI extension
11 years ago
Aleksander Machniak
83a64265a7
Fixes for Oracle
11 years ago
Aleksander Machniak
b84a04336b
Added Oracle database driver
11 years ago
Aleksander Machniak
90f7aa9e39
Fix varius db_prefix issues ( #1489839 )
- Move DDL script execution code to rcube_db class(es).
- Improve prefix replacement code, so index names are also modified
11 years ago
Thomas Bruederli
120db629b0
Execute connection config queries on db handle direclty
12 years ago
Aleksander Machniak
d186405c00
Simplified db connection initialisation code
12 years ago
Aleksander Machniak
aa44ce6e97
Add optional argument to now() for simple interval calculations on SQL-side
12 years ago
Aleksander Machniak
d096210504
Fix connection to posgtres db using unix socket ( #1489132 )
12 years ago
Aleksander Machniak
399db1b647
Add db_prefix configuration option in place of db_table_*/db_sequence_* options
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
12 years ago
Aleksander Machniak
d2534c63f2
Cleanup, remove file paths from doc
13 years ago
Aleksander Machniak
ba6f21caeb
Framework files moved to lib/Roundcube
13 years ago
Aleksander Machniak
9ab34604d9
Define @package and @subpackage of Framework classes
13 years ago
Thomas Bruederli
88107d6cf5
Define public property 'db_provider' in pdo classes. That is used in various places, especially the installer
13 years ago
Aleksander Machniak
8e926e6201
Move sequence_name() method into postgres driver class
13 years ago
Aleksander Machniak
3d231c88fa
CS fixes
13 years ago
Aleksander Machniak
c389a85978
Add get_variable() implementation
13 years ago
Aleksander Machniak
8c2375a074
More CS fixes and comments
13 years ago
Aleksander Machniak
0d94fd45f4
New database layer based on PHP PDO
13 years ago