aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
Commit message (Expand)AuthorAgeFilesLines
...
| | * [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 branch 'develop-ascraeus' into developJoas Schilling2014-08-081-0/+1
|\ \ \ | |/ /
| * | Merge pull request #2838 from dhruvgoel92/ticket/12738Joas Schilling2014-08-081-0/+1
| |\ \ | | |/ | |/|
| | * [ticket/12738] Pass $this->config in content_visibility constructorDhruv2014-08-081-0/+1
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-072-1/+39
|\ \ \ | |/ /
| * | Merge pull request #2761 from Nicofuma/ticket/12873Joas Schilling2014-08-072-1/+39
| |\ \
| | * | [ticket/12873] Add migration to rename the indexTristan Darricau2014-08-071-0/+38
| | * | [ticket/12873] Don not touch the existing migrationsTristan Darricau2014-08-071-1/+1
| | * | [ticket/12873] Test the good identifier in \phpbb\db\toolsTristan Darricau2014-07-202-2/+2
* | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-071-1/+4
|\ \ \ \ | |/ / /
| * | | [ticket/12557] Fix doc block errors found by Sami pt1n-aleha2014-08-031-1/+4
* | | | Merge pull request #2637 from Nicofuma/ticket/12387Joas Schilling2014-08-0710-138/+247
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/12387] Fix \phpbb\db\driver\mysqli::sql_freeresultTristan Darricau2014-06-221-1/+6
| * | | [ticket/12387] Remove unnecessary checksTristan Darricau2014-06-225-5/+5
| * | | [ticket/12387] mssql_query return true if a select query returns 0 rowTristan Darricau2014-06-221-2/+12
| * | | [ticket/12387] Cleanup *_free_result call and remove @ on that callTristan Darricau2014-06-2210-133/+227
* | | | Merge pull request #2767 from Nicofuma/ticket/12882Joas Schilling2014-07-311-0/+34
|\ \ \ \
| * | | | [ticket/12882] Use a new migrationTristan Darricau2014-07-212-4/+34
| * | | | [ticket/12882] Update search_type when it's not prefixed by phpbb_searchTristan Darricau2014-07-211-0/+4
| | |/ / | |/| |
* | | | [ticket/12870] Add doc blockTristan Darricau2014-07-281-0/+4
* | | | [ticket/12870] Create the migrations table with a method in the migratorTristan Darricau2014-07-271-0/+20
* | | | 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/12846] SQLite3 bug in profilefield_base_migration.phpStanislav Atanasov2014-07-131-7/+7
* | | | [prep-release-3.1.0-RC2] Add migration for 3.1.0-RC2Joas Schilling2014-07-111-0/+31
* | | | Merge pull request #2711 from n-aleha/ticket/12829Andreas Fischer2014-07-111-6/+2
|\ \ \ \
| * | | | [ticket/12829] Remove check for pgsql 8.3/8.2n-aleha2014-07-071-6/+2
* | | | | Merge pull request #2675 from lucifer4o/ticket/12786Joas Schilling2014-07-091-0/+87
|\ \ \ \ \
| * | | | | [ticket/12786] Correcting some tabsStanislav Atanasov2014-07-081-21/+21
| * | | | | [ticket/12786] Array_merge instead copy array partsStanislav Atanasov2014-07-041-5/+2
| * | | | | [ticket/12786] Some changes of the comments.Stanislav Atanasov2014-07-031-3/+3
| * | | | | [ticket/12786] Dixing a typoStanislav Atanasov2014-06-291-1/+1
| * | | | | [ticket/12786] Some minor fixes of comments and function namingStanislav Atanasov2014-06-291-14/+22
| * | | | | [ticket/12786] Add clean_cpf_db_entriesStanislav Atanasov2014-06-291-0/+23
| * | | | | [ticket/12786] White spaces foundStanislav Atanasov2014-06-291-2/+2
| * | | | | [ticket/12786] Add create_language_entriesStanislav Atanasov2014-06-291-0/+30
| * | | | | [ticket/12786] Add get_custom_field_idStanislav Atanasov2014-06-291-0/+13
| * | | | | [ticket/12786] Extend profilefield_base_migration.php classStanislav Atanasov2014-06-291-0/+16
* | | | | | Merge pull request #2695 from VSEphpbb/ticket/12812Tristan Darricau2014-07-081-0/+125
|\ \ \ \ \ \
| * | | | | | [ticket/12812] Add a migrator tool for config_text database changesMatt Friedman2014-07-051-0/+125
| | |/ / / / | |/| | | |