aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/tools.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-5/+7
* [feature/sqlite3] Remove unneeded ORDER BY type from sqlite_master queriesJoas Schilling2014-05-021-4/+2
* [feature/sqlite3] Correctly recreate indexes when recreating a tableJoas Schilling2014-05-021-82/+135
* [feature/sqlite3] Fix sql_index_drop() for sqlite3Joas Schilling2014-05-021-1/+1
* [feature/sqlite3] Remove trailing comma from column listJoas Schilling2014-05-021-1/+6
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-47/+99
* [ticket/12012] Move property to the topJoas Schilling2014-04-241-2/+6
* [ticket/12012] Move MS SQL server comparison into a methodJoas Schilling2014-04-241-18/+28
* [ticket/12012] Remove duplicated code (only the $sql are different)Joas Schilling2014-04-201-59/+42
* [ticket/12012] Drop and recreate indexes when removing columnsJoas Schilling2014-04-171-2/+33
* [ticket/12012] Return SQL statements for index drop/createJoas Schilling2014-04-171-3/+17
* [ticket/12012] Fix tools::mssql_get_existing_indexes() for SQL Server 2000Joas Schilling2014-04-171-14/+36
* [ticket/12012] Drop and recreate indexes when changing a column on MSSQLJoas Schilling2014-04-171-0/+111
* [ticket/12012] Fix query layoutJoas Schilling2014-04-171-1/+2
* [ticket/12012] Correctly drop default value constraints on MSSQLJoas Schilling2014-04-171-85/+59
* Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-04-151-2/+2
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-2/+2
* [ticket/12330] Fix create index in db tools on mssqlOliver Schramm2014-03-301-2/+2
* Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-03-291-49/+97
* Merge branch 'develop-olympus' into developNils Adermann2014-02-181-1/+1
* [ticket/11201] Move "get type" code into a new functionJoas Schilling2014-01-151-46/+60
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-281-1/+1
* [ticket/11700] And some last comments with backslashesNils Adermann2013-09-161-7/+7
* [ticket/11700] Fix a few more commentsNils Adermann2013-09-161-1/+1
* [ticket/11700] Actually "one" in comments is not a classNils Adermann2013-09-161-1/+1
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-241/+253
|\
| * [ticket/11755] MySQL upgrader out of dateNathan Guse2013-09-021-241/+253
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-12/+14
|/
* [ticket/11696] Move file to new directoryJoas Schilling2013-07-141-0/+2486