aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developAndreas Fischer2013-07-121-2/+2
|\
| * Merge remote-tracking branch 'remotes/Sajaki/ticket/10854' into develop-olympusNathan Guse2013-01-151-0/+16
| |\
* | | [ticket/11662] Typos: occured -> occurredAndreas Fischer2013-07-121-1/+1
* | | [ticket/8319] Add migration file for update changeJoas Schilling2013-07-101-0/+57
* | | [ticket/11253] Put AND clause in correct SQL queryDavid King2013-06-231-3/+3
* | | [ticket/11253] Fix a few things brought up in the PRDavid King2013-06-231-7/+6
* | | [ticket/11253] Fix typo in constantDavid King2013-06-221-1/+1
* | | [ticket/11253] Add migration to add auth check to UCP signature moduleDavid King2013-06-221-0/+52
* | | [ticket/11503] similar implementation for mssql_native and odbcDhruv2013-06-202-6/+6
* | | Merge remote-tracking branch 'EXreaction/ticket/11387' into developJoas Schilling2013-05-311-3/+2
|\ \ \
| * | | [ticket/11387] Log module added only after it has been addedNathaniel Guse2013-03-021-3/+2
* | | | Merge remote-tracking branch 'EXreaction/ticket/11413' into developDavid King2013-05-201-0/+92
|\ \ \ \
| * | | | [ticket/11413] Rename file to something more helpfulNathan Guse2013-05-101-1/+1
| * | | | [ticket/11413] Remove conversion of user_notificationsNathaniel Guse2013-05-021-90/+0
| * | | | [ticket/11413] Correct copyright yearNathaniel Guse2013-05-021-1/+1
| * | | | [ticket/11413] Remove changes for ticket 11420 from this branchNathaniel Guse2013-05-021-0/+64
| * | | | [ticket/11413] Don't use the database for the convert testNathaniel Guse2013-04-301-1/+10
| * | | | [ticket/11413] Use sql_insert_bufferNathaniel Guse2013-04-301-19/+8
| * | | | [ticket/11413] Undo editing the user_notifications tableNathaniel Guse2013-04-291-25/+3
| * | | | [ticket/11413] Schema changes and migration fileNathaniel Guse2013-04-282-64/+206
* | | | | Merge PR #1294 branch 'VSEphpbb/ticket/10155' into developOleg Pudeyev2013-05-081-0/+31
|\ \ \ \ \
| * | | | | [ticket/10155] Update copyright in new migration file to 2013Matt Friedman2013-05-061-1/+1
| * | | | | [ticket/10155] Make effectively installed test more specificMatt Friedman2013-03-221-1/+1
| * | | | | [ticket/10155] Use more descriptive title for migration fileMatt Friedman2013-03-171-1/+1
| * | | | | [ticket/10155] Use new migration file for jQuery config updateMatt Friedman2013-03-152-1/+32
| * | | | | [ticket/10155] Update jQuery to 1.8.3Matt Friedman2013-03-141-1/+1
* | | | | | [ticket/10325] move migration into a new fileDhruv2013-05-082-2/+28
* | | | | | [ticket/10325] change language varDhruv2013-04-251-1/+1
* | | | | | [ticket/10325] add new config value to databaseDhruv2013-04-251-0/+2
| |/ / / / |/| | | |
* | | | | Merge pull request #1326 from dhruvgoel92/ticket/11485Nils Adermann2013-04-241-0/+28
|\ \ \ \ \
| * | | | | [ticket/11485] add revert_schema for the updated columnsDhruv2013-04-091-0/+14
| * | | | | [ticket/11485] add columns to styles table during updating schema beforeDhruv2013-04-091-0/+14
* | | | | | [ticket/10966] Introduce MSSQL base class for native and ODBCJoas Schilling2013-04-193-86/+67
* | | | | | [ticket/10966] Introduce MySQL base classJoas Schilling2013-04-173-246/+148
|/ / / / /
* | | | | Merge pull request #1323 from t-backoff/ticket/11477Nils Adermann2013-03-311-0/+23
|\ \ \ \ \
| * | | | | Changing effectively_installed function to check if the config var is set.Tabitha Backoff2013-03-311-1/+1
| * | | | | Migration file and change board_home_text to board_index_textTabitha Backoff2013-03-282-2/+23
| * | | | | Ticket# 11477 - Allow customisation of "Board index"Tabitha Backoff2013-03-281-0/+2
* | | | | | [ticket/11469] Add comment about using bitwise operator.Andreas Fischer2013-03-281-2/+3
* | | | | | [ticket/11469] Use multi insert property from DB. Do not copy value to buffer.Andreas Fischer2013-03-281-5/+1
* | | | | | [ticket/11469] Use buffer with a single element instead of extra code path.Andreas Fischer2013-03-281-11/+3
* | | | | | [ticket/11469] Cast $result to boolean in insert_all()Joas Schilling2013-03-271-1/+1
* | | | | | [ticket/11469] Add note about calling flush() after batch insert is done.Andreas Fischer2013-03-271-0/+5
* | | | | | [ticket/11469] Have all methods of phpbb_db_sql_insert_buffer provide feedback.Andreas Fischer2013-03-271-6/+20
* | | | | | [ticket/11469] Add benefits over collecting huge insert arrays to class doc.Andreas Fischer2013-03-271-0/+12
* | | | | | Merge remote-tracking branch 'nickvergessen/ticket/bantu/11469' into ticket/1...Andreas Fischer2013-03-271-0/+1
|\ \ \ \ \ \
| * | | | | | [ticket/11469] Return after sql_multi_insert when multi_insert is falseJoas Schilling2013-03-271-0/+1
* | | | | | | Merge remote-tracking branch 'phpbb/develop' into ticket/11469Andreas Fischer2013-03-271-2/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | [ticket/11476] Remove pass-by-reference from sql_mutli_insertJoas Schilling2013-03-271-2/+2
| | |/ / / / | |/| | | |
* | | | | | [ticket/11469] Add example code to class documentation.Andreas Fischer2013-03-271-0/+15
| |/ / / / |/| | | |