Aleksander Machniak
e7620812b0
Installer: Remove system() function use ( #1490139 )
...
Move some functionality of scripts from bin/ into rcmail_utils class
10 years ago
Aleksander Machniak
0ea079d604
dirname(__FILE__) -> __DIR__
10 years ago
Aleksander Machniak
34a0902089
Use consistent column/table quoting in sql queries
10 years ago
Aleksander Machniak
29c24e647c
Get rid of DIRECTORY_SEPARATOR for consistency
10 years ago
Aleksander Machniak
d0aef23ba9
Support sql_debug option here
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
Aleksander Machniak
20334a333d
Update releases list
11 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
f23ef1c968
Fix error handling in CLI mode, use STDERR and non-empty exit code ( #1489043 )
12 years ago
Aleksander Machniak
c2c1bba9a2
Update releases list
12 years ago
Thomas Bruederli
15e4c89ce6
Consider alternative table names from config when running DB updates
12 years ago
Aleksander Machniak
9e46fb535d
Fix typo in DB version strings (there should be no .sql suffix)
12 years ago
Aleksander Machniak
c101871d46
Add and use db_table_system config option
12 years ago
Aleksander Machniak
9e329c0a27
Renamed option updatedb.sh --label to --package
12 years ago
Aleksander Machniak
c3d061893b
Don't attempt to write to 'system' table if it doesn't exist
12 years ago
Aleksander Machniak
9be085b2f3
Don't attempt to read system table if it doesn't exist
12 years ago
Aleksander Machniak
7e7431bdda
Use updatedb.sh from update.sh + various fixes in updatedb.sh
12 years ago
Aleksander Machniak
b7e7c8f950
Added new database upgrade script, converted DDL scripts to new format
12 years ago