index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
updatedb.sh
Age
Commit message (
Collapse
)
Author
2014-09-12
Use consistent column/table quoting in sql queries
Aleksander Machniak
2014-08-28
Get rid of DIRECTORY_SEPARATOR for consistency
Aleksander Machniak
2014-04-29
Support sql_debug option here
Aleksander Machniak
2014-04-29
Fix varius db_prefix issues (#1489839)
Aleksander Machniak
- Move DDL script execution code to rcube_db class(es). - Improve prefix replacement code, so index names are also modified
2013-09-13
Update releases list
Aleksander Machniak
2013-04-27
Add db_prefix configuration option in place of db_table_*/db_sequence_* options
Aleksander Machniak
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
2013-04-26
Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043)
Aleksander Machniak
2013-03-29
Update releases list
Aleksander Machniak
2013-03-21
Consider alternative table names from config when running DB updates
Thomas Bruederli
2013-02-19
Fix typo in DB version strings (there should be no .sql suffix)
Aleksander Machniak
2013-01-16
Add and use db_table_system config option
Aleksander Machniak
2013-01-16
Renamed option updatedb.sh --label to --package
Aleksander Machniak
2013-01-14
Don't attempt to write to 'system' table if it doesn't exist
Aleksander Machniak
2013-01-14
Don't attempt to read system table if it doesn't exist
Aleksander Machniak
2013-01-09
Use updatedb.sh from update.sh + various fixes in updatedb.sh
Aleksander Machniak
2013-01-09
Added new database upgrade script, converted DDL scripts to new format
Aleksander Machniak