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
*
Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some ...
Meik Sievertsen
2009-03-16
1
-2
/
+2
*
fix bug #42635 (missed identity)
Meik Sievertsen
2009-03-08
1
-3
/
+27
*
- adjust db_tools again to not remove any schema (they may be required)
Meik Sievertsen
2009-02-28
1
-34
/
+13
*
add more checks to schema changes
Meik Sievertsen
2009-02-28
1
-12
/
+28
*
add "drop table" and "create table" functionality to db_tools.
Meik Sievertsen
2009-02-28
1
-21
/
+349
*
Re-arrange the re-order code to only run if multi-aliases are used
Meik Sievertsen
2008-12-06
1
-23
/
+21
*
Enforce a requirement for some DBMS (Oracle, PostgreSQL, MSSQL) where the tab...
Meik Sievertsen
2008-12-05
2
-2
/
+47
*
Remove NUL-Bytes directly in request_var() for strings and within the custom ...
Meik Sievertsen
2008-10-02
4
-4
/
+4
*
Fix sql_multi_insert() if called with non multi-dimensional array (Bug #32975)
Meik Sievertsen
2008-09-19
1
-2
/
+2
*
Use correct port delimiter for MSSQL connections in windows. (Bug #16615)
Meik Sievertsen
2008-09-17
2
-2
/
+6
*
direct calls
Meik Sievertsen
2008-09-04
1
-5
/
+3
*
Ok, story real database server info, as well as caching it
Meik Sievertsen
2008-09-04
10
-66
/
+183
*
Refine fix for #31445 originally committed in r8758
Chris Smith
2008-09-02
8
-8
/
+8
*
some changes for proper code documentation
Meik Sievertsen
2008-08-23
1
-2
/
+2
*
change the way we do chmodd'ing. I know, my implementation really sucked... g...
Meik Sievertsen
2008-08-22
1
-1
/
+1
*
close db connection before delivering file. Also make sure connection can't b...
Meik Sievertsen
2008-08-21
1
-1
/
+7
*
Correctly return results for nested cached queries (Bug #31445 - Patch by faw)
Chris Smith
2008-08-14
8
-8
/
+8
*
force the use of sql_multi_insert() for multi inserts... also adjusted the co...
Meik Sievertsen
2008-07-28
1
-31
/
+32
*
#22365
Meik Sievertsen
2008-02-28
1
-1
/
+1
*
DBAL extension motivated by #22125
Henry Sudhof
2008-02-27
1
-3
/
+5
*
#17025
Meik Sievertsen
2008-01-29
1
-0
/
+7
*
commit all transactions on closing the db (there is only one, but we support ...
Meik Sievertsen
2007-12-06
1
-1
/
+5
*
- on database update, execute garbage_collection(). This ensures a proper clo...
Meik Sievertsen
2007-12-06
1
-1
/
+6
*
further updates
Meik Sievertsen
2007-11-19
1
-1
/
+1
*
hopefully fixing bug #14890 - need to test later
Meik Sievertsen
2007-11-19
1
-6
/
+10
*
MSSQL works properly with SQL update related tools
David M
2007-10-16
1
-1
/
+1
*
small fix
Meik Sievertsen
2007-10-12
1
-1
/
+1
*
dumdidum... sorry. ;)
Meik Sievertsen
2007-10-05
10
-60
/
+69
*
misc SQLite bugs
David M
2007-09-22
1
-1
/
+1
*
- some language tweaks suggested by John
Meik Sievertsen
2007-09-13
1
-0
/
+1405
*
some tiny fixes...
Meik Sievertsen
2007-09-12
1
-2
/
+2
*
necessary changes...
Meik Sievertsen
2007-08-30
1
-2
/
+4
*
#14207
David M
2007-08-24
1
-2
/
+6
*
#14211
David M
2007-08-24
1
-1
/
+1
*
patch by david for #14182
Meik Sievertsen
2007-08-24
1
-7
/
+3
*
increase the odbc limit (64k is too low, the theme data itself is >64k)
Meik Sievertsen
2007-08-16
1
-1
/
+22
*
turn on strict mode for databases that support it
David M
2007-08-14
2
-1
/
+51
*
#13916
David M
2007-08-02
1
-1
/
+1
*
#13874
David M
2007-07-30
1
-1
/
+8
*
this should work fine now...
Meik Sievertsen
2007-07-24
1
-1
/
+1
*
#13151
David M
2007-07-09
1
-1
/
+1
*
#13033
David M
2007-07-05
2
-12
/
+12
*
Firebird too
David M
2007-06-24
1
-1
/
+1
*
tweak the sql_like_expression feature a little bit to allow correct escaping
Meik Sievertsen
2007-06-24
9
-34
/
+77
*
new wrapper for LIKE expressions to streamline the fixes. We actually need to...
Meik Sievertsen
2007-06-23
4
-0
/
+61
*
#12415
David M
2007-06-18
2
-2
/
+3
*
- tiny changes
David M
2007-06-18
3
-56
/
+12
*
- Oracle can't handle IN clauses with more than 1000 elements (Bug #12449)
David M
2007-06-16
2
-34
/
+65
*
correctly re-assign query result
Meik Sievertsen
2007-06-12
8
-8
/
+8
*
- Oracle gives us null instead of '', this is now fixed (thanks APTX)
David M
2007-06-09
1
-1
/
+68
[next]