index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
phpbb
/
db
/
tools.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/14973] Add BC layer for \phpbb\db\tools
Tristan Darricau
2017-01-08
1
-0
/
+21
*
[ticket/13421] Move tools to subdirectory
Joas Schilling
2014-12-06
1
-2776
/
+0
*
[ticket/13421] Inherit docs
Joas Schilling
2014-12-06
1
-85
/
+34
*
[ticket/13421] Add an interface for \phpbb\db\tools
Joas Schilling
2014-12-06
1
-11
/
+11
*
[ticket/13268] Properly append ternary result in get_existing_indexes()
Patrick Webster
2014-11-01
1
-2
/
+2
*
[ticket/13117] Correctly define auto increment columns as "NOT NULL" on mysql
Joas Schilling
2014-09-29
1
-1
/
+1
*
[ticket/12710] Fix missing closing bracket
Joas Schilling
2014-08-09
1
-1
/
+1
*
[ticket/12710] Prefix column so it does not start with a number
Joas Schilling
2014-08-09
1
-1
/
+1
*
[ticket/12710] Pass the original column data to the create function
Joas Schilling
2014-08-09
1
-2
/
+3
*
[ticket/12710] Fix foreach generation
Joas Schilling
2014-08-09
1
-1
/
+1
*
[ticket/12710] Compare to uppercase version
Joas Schilling
2014-08-09
1
-1
/
+1
*
[ticket/12710] Do not try to match the uniqueness in the query
Joas Schilling
2014-08-09
1
-4
/
+6
*
[ticket/12710] Remove table_name from index_name before deleting and recreati...
Joas Schilling
2014-08-09
1
-3
/
+15
*
[ticket/12710] Can not use upper in oracles where claus
Joas Schilling
2014-08-09
1
-3
/
+3
*
[ticket/12710] Correctly select index name and compare to column name
Joas Schilling
2014-08-09
1
-2
/
+2
*
[ticket/12710] Fix problems with creating unique indexes on oracle
Joas Schilling
2014-08-09
1
-1
/
+1
*
[ticket/12710] Correctly fetch unique and normal indexes only in MSSQL
Joas Schilling
2014-08-09
1
-9
/
+6
*
[ticket/12710] Fix changing the column type on oracle
Joas Schilling
2014-08-07
1
-47
/
+129
*
[ticket/12710] Prepare get_existing_indexes() for other DBMS
Joas Schilling
2014-08-07
1
-73
/
+112
*
Merge pull request #2761 from Nicofuma/ticket/12873
Joas Schilling
2014-08-07
1
-1
/
+1
|
\
|
*
[ticket/12873] Test the good identifier in \phpbb\db\tools
Tristan Darricau
2014-07-20
1
-1
/
+1
*
|
Merge pull request #2651 from nickvergessen/ticket/12448
Dhruv Goel
2014-07-22
1
-6
/
+31
|
\
\
|
|
/
|
/
|
|
*
[ticket/12448] Fix null columns for MS SQL
Joas Schilling
2014-06-25
1
-1
/
+1
|
*
[ticket/12448] Fix null columns for postgres
Joas Schilling
2014-06-25
1
-0
/
+6
|
*
[ticket/12448] Allow null as default value for columns
Joas Schilling
2014-06-25
1
-6
/
+25
*
|
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
Tristan Darricau
2014-06-26
1
-4
/
+4
|
/
*
[ticket/12747] Drop support for Firebird
Joas Schilling
2014-06-20
1
-157
/
+1
*
[ticket/12643] Properly handle changing columns on tables with constraints
Patrick Webster
2014-06-15
1
-1
/
+12
*
[ticket/12643] Ensure that similarly named columns are not removed
BorisBerdichevski
2014-06-15
1
-1
/
+1
*
[ticket/12594] Remove @package tags and update file headers
Yuriy Rusko
2014-05-27
1
-5
/
+7
*
[feature/sqlite3] Remove unneeded ORDER BY type from sqlite_master queries
Joas Schilling
2014-05-02
1
-4
/
+2
*
[feature/sqlite3] Correctly recreate indexes when recreating a table
Joas Schilling
2014-05-02
1
-82
/
+135
*
[feature/sqlite3] Fix sql_index_drop() for sqlite3
Joas Schilling
2014-05-02
1
-1
/
+1
*
[feature/sqlite3] Remove trailing comma from column list
Joas Schilling
2014-05-02
1
-1
/
+6
*
[feature/sqlite3] Add support for SQLite 3
Patrick Webster
2014-05-02
1
-47
/
+99
*
[ticket/12012] Move property to the top
Joas Schilling
2014-04-24
1
-2
/
+6
*
[ticket/12012] Move MS SQL server comparison into a method
Joas Schilling
2014-04-24
1
-18
/
+28
*
[ticket/12012] Remove duplicated code (only the $sql are different)
Joas Schilling
2014-04-20
1
-59
/
+42
*
[ticket/12012] Drop and recreate indexes when removing columns
Joas Schilling
2014-04-17
1
-2
/
+33
*
[ticket/12012] Return SQL statements for index drop/create
Joas Schilling
2014-04-17
1
-3
/
+17
*
[ticket/12012] Fix tools::mssql_get_existing_indexes() for SQL Server 2000
Joas Schilling
2014-04-17
1
-14
/
+36
*
[ticket/12012] Drop and recreate indexes when changing a column on MSSQL
Joas Schilling
2014-04-17
1
-0
/
+111
*
[ticket/12012] Fix query layout
Joas Schilling
2014-04-17
1
-1
/
+2
*
[ticket/12012] Correctly drop default value constraints on MSSQL
Joas Schilling
2014-04-17
1
-85
/
+59
*
Merge branch 'develop-olympus' into develop-ascraeus
Andreas Fischer
2014-04-15
1
-2
/
+2
*
[ticket/12282] Use interface for type hinting
Joas Schilling
2014-04-01
1
-2
/
+2
*
[ticket/12330] Fix create index in db tools on mssql
Oliver Schramm
2014-03-30
1
-2
/
+2
*
Merge branch 'develop-olympus' into develop-ascraeus
Joas Schilling
2014-03-29
1
-49
/
+97
*
Merge branch 'develop-olympus' into develop
Nils Adermann
2014-02-18
1
-1
/
+1
*
[ticket/11201] Move "get type" code into a new function
Joas Schilling
2014-01-15
1
-46
/
+60
[next]