aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/db_tools.php
Commit message (Expand)AuthorAgeFilesLines
...
* Several fixes:Meik Sievertsen2009-10-301-1/+1
* fix table creation in db_tools. Meik Sievertsen2009-10-241-0/+6
* I think i need to check other DBMS more often. :/Meik Sievertsen2009-09-241-5/+29
* Fix database updater and db tools to support multiple column changes/addition...Meik Sievertsen2009-07-081-17/+229
* - fix sql_column_exists for firebird (had same problem as oracle)Meik Sievertsen2009-06-131-2/+12
* Fix sql_column_exists for oracle (oracle uses uppercase table names)Meik Sievertsen2009-06-131-1/+1
* due to popular demand... this may be quite useful for automatic installer and...Meik Sievertsen2009-04-291-0/+22
* Fix column handling in db updater, custom profile fields an db tools for fire...Meik Sievertsen2009-04-281-3/+3
* fix bug #42635 (missed identity)Meik Sievertsen2009-03-081-3/+27
* - adjust db_tools again to not remove any schema (they may be required)Meik Sievertsen2009-02-281-34/+13
* add more checks to schema changesMeik Sievertsen2009-02-281-12/+28
* add "drop table" and "create table" functionality to db_tools. Meik Sievertsen2009-02-281-21/+349
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-041-1/+1
* some changes for proper code documentationMeik Sievertsen2008-08-231-2/+2
* hopefully fixing bug #14890 - need to test laterMeik Sievertsen2007-11-191-6/+10
* MSSQL works properly with SQL update related toolsDavid M2007-10-161-1/+1
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-13/+21
* misc SQLite bugsDavid M2007-09-221-1/+1
* - some language tweaks suggested by JohnMeik Sievertsen2007-09-131-0/+1405