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
/
mysqli.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/10307] Return false in mysqli sql_fetchrow on empty result
Igor Wiedler
2011-10-13
1
-1
/
+7
*
[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/10227] Allow persistent connections for mysqli with PHP 5.3.0+
rxu
2011-06-19
1
-3
/
+6
*
[ticket/9637] Do not cache SQL server version in all cases
Josh Woody
2010-07-11
1
-4
/
+4
*
Ok, story real database server info, as well as caching it
Meik Sievertsen
2008-09-04
1
-3
/
+23
*
Refine fix for #31445 originally committed in r8758
Chris Smith
2008-09-02
1
-1
/
+1
*
Correctly return results for nested cached queries (Bug #31445 - Patch by faw)
Chris Smith
2008-08-14
1
-1
/
+1
*
dumdidum... sorry. ;)
Meik Sievertsen
2007-10-05
1
-4
/
+4
*
turn on strict mode for databases that support it
David M
2007-08-14
1
-1
/
+26
*
tweak the sql_like_expression feature a little bit to allow correct escaping
Meik Sievertsen
2007-06-24
1
-0
/
+9
*
- tiny changes
David M
2007-06-18
1
-1
/
+0
*
correctly re-assign query result
Meik Sievertsen
2007-06-12
1
-1
/
+1
*
- changed the way we do forum accounting in phpBB, far less intensive and muc...
David M
2007-05-05
1
-0
/
+2
*
- (x)HTML bug
David M
2007-04-08
1
-0
/
+60
*
- clean up mssql and mssql_odbc, mssql now uses a different method of dealing...
David M
2007-02-19
1
-1
/
+1
*
ok, handled some bugs... the most important being validate_username (the vari...
Meik Sievertsen
2007-01-17
1
-17
/
+10
*
- store sql_layer directly within the layer itself
Meik Sievertsen
2006-10-14
1
-10
/
+2
*
#4616
David M
2006-10-05
1
-5
/
+2
*
- finally removed sql_numrows
Meik Sievertsen
2006-10-04
1
-58
/
+5
*
- query id can be zero [Bug #4584]
Nils Adermann
2006-10-03
1
-1
/
+1
*
oops
David M
2006-09-23
1
-1
/
+1
*
made sql_rowseek consistent with the dbal methods as well as fixing sql_query...
Meik Sievertsen
2006-09-23
1
-1
/
+1
*
SET NAMES on the MySQL 4.1.2+ DBs
David M
2006-09-23
1
-0
/
+1
*
some updates. Also adjusted the utf tools and normalizer more to our coding g...
Meik Sievertsen
2006-08-22
1
-5
/
+5
*
so.... what does this thing do?
David M
2006-08-11
1
-10
/
+0
*
This is kinda nice.. Before MySQL 5.0.3, traling spaces were removed when val...
David M
2006-08-07
1
-0
/
+10
*
mysqli results are objects, not resources
Nils Adermann
2006-08-02
1
-4
/
+4
*
- acm_file uses an index pointer to the current row instead of shifting the r...
Nils Adermann
2006-08-01
1
-5
/
+33
*
- tackle some usability issues
Meik Sievertsen
2006-07-09
1
-0
/
+8
*
make sure custom profile fields are created correctly on registration (#2225)
Meik Sievertsen
2006-06-13
1
-6
/
+6
*
ok, this one is rather large... the most important change:
Meik Sievertsen
2006-06-06
1
-16
/
+7
*
some adjustments
Meik Sievertsen
2006-06-02
1
-14
/
+15
*
- seperate queries and cached queries
Meik Sievertsen
2006-05-20
1
-3
/
+2
*
I hope nothing broke!
David M
2006-05-05
1
-0
/
+15
*
- fix for a php bug (not able to connect on custom ports if the server is loc...
Meik Sievertsen
2006-04-08
1
-2
/
+12
*
- add our beloved in_phpbb check
Meik Sievertsen
2006-03-19
1
-0
/
+7
*
- 18446744073709551615 becomes a float. This causes MySQL to read it as 1. Ha...
David M
2006-01-01
1
-1
/
+1
*
- some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in stric...
Meik Sievertsen
2005-11-28
1
-1
/
+2
*
change total from -1 to max value
Meik Sievertsen
2005-11-21
1
-1
/
+2
*
re-remove (:D) open queries array due to the result being an object.
Meik Sievertsen
2005-11-08
1
-9
/
+2
*
- another try to break things. :)
Meik Sievertsen
2005-10-07
1
-139
/
+82
*
- changed dbal class layout
Meik Sievertsen
2005-08-17
1
-155
/
+10
*
- dbal changes
Meik Sievertsen
2005-04-22
1
-0
/
+571