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
/
includes
/
db
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/10858] Move generic row seeking to DBAL
Patrick Webster
2012-05-08
4
-129
/
+43
*
[ticket/10858] Fix MSSQL Native's row seeking behavior
Patrick Webster
2012-05-08
1
-3
/
+28
*
[ticket/10774] Correctly specify index name when creating unique index on MySQL.
Andreas Fischer
2012-04-10
1
-1
/
+1
*
[ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count
Andreas Fischer
2012-03-08
2
-2
/
+2
*
[ticket/10653] Add ability to count table rows to database abstraction layer.
Andreas Fischer
2012-03-03
3
-0
/
+175
*
[ticket/9079] Display backtrace on all E_USER_ERROR errors, not only SQL errors
Andreas Fischer
2011-12-24
1
-5
/
+0
*
[ticket/10296] Fix CROSS JOIN with INNER JOIN on MSSQL, Postgres and Oracle
dmauri
2011-11-15
1
-1
/
+1
*
Merge remote-tracking branch 'bantu/ticket/10327' into develop-olympus
Igor Wiedler
2011-10-14
1
-1
/
+1
|
\
|
*
[ticket/10327] Also change CREATE UNIQUE INDEX to use ALTER TABLE.
Andreas Fischer
2011-10-14
1
-1
/
+1
*
|
[ticket/8240] Add ability to get a list of columns of a tables to db_tools.
Andreas Fischer
2011-10-14
1
-74
/
+37
*
|
[ticket/8240] Add ability to get a list of tables to db_tools.
Andreas Fischer
2011-10-14
1
-0
/
+60
|
/
*
[ticket/10327] Change CREATE INDEX to ALTER TABLE table ADD INDEX for MySQL.
Andreas Fischer
2011-10-14
1
-1
/
+1
*
[ticket/10307] Return false in mysqli sql_fetchrow on empty result
Igor Wiedler
2011-10-13
1
-1
/
+7
*
Merge remote-tracking branch 'bantu/ticket/10294' into develop-olympus
Andreas Fischer
2011-09-06
1
-1
/
+1
|
\
|
*
[ticket/10294] Fix sql_affectedrows() in mssqlnative driver.
Andreas Fischer
2011-07-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'Noxwizard/ticket/10351' into develop-olympus
Andreas Fischer
2011-09-06
1
-1
/
+1
|
\
\
|
*
|
[ticket/10351] Fix Oracle's sql_column_remove()
Patrick Webster
2011-09-04
1
-1
/
+1
*
|
|
[ticket/10352] Add missing break for Oracle's sql_table_drop()
Patrick Webster
2011-09-04
1
-0
/
+1
|
/
/
*
|
[ticket/10346] Add drop_tables to perform_schema_changes and add tests
Nils Adermann
2011-08-29
1
-0
/
+17
|
/
*
Merge remote-tracking branch 'github-rxu/ticket/10226' into develop-olympus
Nils Adermann
2011-07-16
1
-1
/
+17
|
\
|
*
[ticket/10226] Use is_numeric() instead of preg_replace()
rxu
2011-06-21
1
-1
/
+1
|
*
[ticket/10226] Allow mysqli connections via local sockets/pipes
rxu
2011-06-21
1
-1
/
+17
*
|
[ticket/10267] Call strlen() on $table_prefix for $max_length calculation.
Andreas Fischer
2011-07-14
1
-2
/
+2
*
|
Merge branch 'prep-release-3.0.9' into develop-olympus
Nils Adermann
2011-07-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
[ticket/9859] Changing all phpBB footers to match the new credit line
Yuriy Rusko
2011-07-06
1
-1
/
+1
*
|
[ticket/10227] Allow persistent connections for mysqli with PHP 5.3.0+
rxu
2011-06-19
1
-3
/
+6
|
/
*
[ticket/10214] Correct Oracle create table query syntax in db_tools
Nils Adermann
2011-06-13
1
-2
/
+2
*
[ticket/9892] Table prefix lengths influence index lengths in db_tools
Nils Adermann
2011-06-12
1
-5
/
+9
*
[ticket/9892] column & index name limits, firebird auto increment in db_tools
Nils Adermann
2011-06-12
1
-1
/
+27
*
[ticket/9992] Adding a limit on login attempts per IP.
Nils Adermann
2011-06-10
1
-0
/
+13
*
[ticket/9685] Consistently name the new sql_buffer_nested_transactions function
Nils Adermann
2011-06-02
2
-2
/
+2
*
[ticket/10003] Delete EOL at EOF for the benefit of 3.0 modifications.
Oleg Pudeyev
2011-04-29
1
-1
/
+1
*
[ticket/10003] Ported 1802b9ff9286a7fc24493e71b3432816cbdbfcd8 to db_tools.
Oleg Pudeyev
2011-04-29
1
-2
/
+2
*
[ticket/10003] Ported 5553cfc2ed81ba9eb571804c431def962720b39e to db_tools.
Oleg Pudeyev
2011-04-29
1
-4
/
+12
*
[ticket/10003] Ported 023760c8b2402418310a3717db8349cac0342e42 to db_tools.
Oleg Pudeyev
2011-04-29
1
-6
/
+137
*
[ticket/10003] Ported 54c22ae52a0e18232cac8fed342ea52f2e2a793d to db_tools.
Oleg Pudeyev
2011-04-29
1
-1
/
+109
*
[ticket/10003] Ported 96a30afcca3ebd832c9b3083bb5c9a9f2a2dc54b to db_tools.
Oleg Pudeyev
2011-04-29
1
-2
/
+4
*
[ticket/10003] Ported d7d96223e7bae7cd60b13c6e7896d95838c3633c to db_tools.
Oleg Pudeyev
2011-04-29
1
-2
/
+7
*
Merge remote branch 'callumacrae/ticket/10112' into develop-olympus
Igor Wiedler
2011-03-31
1
-1
/
+1
|
\
|
*
[ticket/10112] Replaced a couple occurrences of count() with sizeof()
Callum Macrae
2011-03-30
1
-1
/
+1
*
|
Merge branch 'ticket/jellydoughnut/9946' into develop-olympus
Andreas Fischer
2011-03-24
1
-1
/
+2
|
\
\
|
*
|
[ticket/9946] Allow storage of data >4kB on Oracle again
Josh Woody
2011-03-07
1
-1
/
+2
|
|
/
*
|
[ticket/9685] Buffer posts for search indexing when using mssqlnative.
Nils Adermann
2011-03-15
2
-1
/
+19
*
|
[ticket/10057] Fixes for a bunch of small problems.
Oleg Pudeyev
2011-03-08
2
-2
/
+2
*
|
[ticket/10057] Handle the case of missing interbase extension better.
Oleg Pudeyev
2011-03-07
1
-1
/
+17
*
|
[ticket/10057] Fixed wrong usage of sql_error again, in firebird.
Oleg Pudeyev
2011-03-07
1
-2
/
+5
*
|
[ticket/10057] Fixed usage of sql_error again.
Oleg Pudeyev
2011-03-07
1
-2
/
+4
*
|
[ticket/10057] Fixed wrong usage of sql_error in postgres dbal.
Oleg Pudeyev
2011-03-06
1
-3
/
+15
*
|
[ticket/10057] Skip ibase_service_attach if firebird connection failed.
Oleg Pudeyev
2011-03-06
1
-1
/
+3
*
|
[ticket/10057] Check for interbase function existence.
Oleg Pudeyev
2011-03-06
1
-0
/
+8
[next]