aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/tools.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14973] Add BC layer for \phpbb\db\toolsTristan Darricau2017-01-081-0/+21
* [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-2776/+0
* [ticket/13421] Inherit docsJoas Schilling2014-12-061-85/+34
* [ticket/13421] Add an interface for \phpbb\db\toolsJoas Schilling2014-12-061-11/+11
* [ticket/13268] Properly append ternary result in get_existing_indexes()Patrick Webster2014-11-011-2/+2
* [ticket/13117] Correctly define auto increment columns as "NOT NULL" on mysqlJoas Schilling2014-09-291-1/+1
* [ticket/12710] Fix missing closing bracketJoas Schilling2014-08-091-1/+1
* [ticket/12710] Prefix column so it does not start with a numberJoas Schilling2014-08-091-1/+1
* [ticket/12710] Pass the original column data to the create functionJoas Schilling2014-08-091-2/+3
* [ticket/12710] Fix foreach generationJoas Schilling2014-08-091-1/+1
* [ticket/12710] Compare to uppercase versionJoas Schilling2014-08-091-1/+1
* [ticket/12710] Do not try to match the uniqueness in the queryJoas Schilling2014-08-091-4/+6
* [ticket/12710] Remove table_name from index_name before deleting and recreati...Joas Schilling2014-08-091-3/+15
* [ticket/12710] Can not use upper in oracles where clausJoas Schilling2014-08-091-3/+3
* [ticket/12710] Correctly select index name and compare to column nameJoas Schilling2014-08-091-2/+2
* [ticket/12710] Fix problems with creating unique indexes on oracleJoas Schilling2014-08-091-1/+1
* [ticket/12710] Correctly fetch unique and normal indexes only in MSSQLJoas Schilling2014-08-091-9/+6
* [ticket/12710] Fix changing the column type on oracleJoas Schilling2014-08-071-47/+129
* [ticket/12710] Prepare get_existing_indexes() for other DBMSJoas Schilling2014-08-071-73/+112
* Merge pull request #2761 from Nicofuma/ticket/12873Joas Schilling2014-08-071-1/+1
|\
| * [ticket/12873] Test the good identifier in \phpbb\db\toolsTristan Darricau2014-07-201-1/+1
* | Merge pull request #2651 from nickvergessen/ticket/12448Dhruv Goel2014-07-221-6/+31
|\ \ | |/ |/|
| * [ticket/12448] Fix null columns for MS SQLJoas Schilling2014-06-251-1/+1
| * [ticket/12448] Fix null columns for postgresJoas Schilling2014-06-251-0/+6
| * [ticket/12448] Allow null as default value for columnsJoas Schilling2014-06-251-6/+25
* | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-4/+4
|/
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-157/+1
* [ticket/12643] Properly handle changing columns on tables with constraintsPatrick Webster2014-06-151-1/+12
* [ticket/12643] Ensure that similarly named columns are not removedBorisBerdichevski2014-06-151-1/+1
* [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