aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
Commit message (Expand)AuthorAgeFilesLines
* #10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #983...Meik Sievertsen2007-04-221-0/+3
* my take on getting the bugs down... thanks to those also providing (usable) s...Meik Sievertsen2007-04-121-1/+7
* - fixed Oracle's large data handlingDavid M2007-04-112-35/+114
* - (x)HTML bugDavid M2007-04-083-0/+120
* - PostgreSQL can now use schemas. During install, under database name, enter ...David M2007-04-011-2/+17
* - Firebird supports the standard format for escaping stuffDavid M2007-03-111-1/+1
* Sync... applying the two line change as happened to the ACP templates earlier...Jonathan Stanley2007-03-071-0/+2
* #8538David M2007-03-061-1/+1
* - small MSSQL thingDavid M2007-03-041-1/+1
* #8354Meik Sievertsen2007-03-011-2/+3
* - clean up mssql and mssql_odbc, mssql now uses a different method of dealing...David M2007-02-199-30/+27
* eh? meh.David M2007-02-031-11/+6
* #7550David M2007-02-031-21/+27
* i hope this helps a bit. :oMeik Sievertsen2007-01-291-1/+1
* #7424Meik Sievertsen2007-01-271-1/+1
* - fix some oddities (doubled spaces for example)Meik Sievertsen2007-01-263-3/+3
* sql_in_set only allows empty sets if the last parameter is set to true, other...Nils Adermann2007-01-201-7/+20
* ok, handled some bugs... the most important being validate_username (the vari...Meik Sievertsen2007-01-179-138/+100
* - solved a problem with magic urls inside brackets, and with bbcodes being tr...Nils Adermann2007-01-131-2/+10
* - installer now checks if the page size is correct for FirebirdDavid M2007-01-091-0/+15
* minor bugfixingMeik Sievertsen2006-12-061-2/+9
* blahDavid M2006-12-031-4/+1
* only works if you do it _before_ the connect :PDavid M2006-12-031-5/+5
* - FreeTDS builds lets you specify a character set encoding, lets take advanta...David M2006-12-031-0/+5
* messageNils Adermann2006-11-251-1/+0
* #5562David M2006-11-221-46/+0
* adjust some comments to work with phpdocumentor. :)Meik Sievertsen2006-11-171-3/+3
* this is hopeless, we just insert and hope for the best. thats all we can real...David M2006-11-152-6/+0
* - cleaned up firebirdsqlDavid M2006-11-101-1/+1
* - some fixesMeik Sievertsen2006-11-101-8/+5
* - make sure the sql layer for mysql always states mysql4 and get to mysql if ...Meik Sievertsen2006-11-031-0/+2
* fix the dbalDavid M2006-10-141-3/+3
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-149-96/+81
* for some things we do not need the utf8 function. :)Meik Sievertsen2006-10-071-1/+1
* tried to begin adjusting all string functions where applicable - still a *lot...Meik Sievertsen2006-10-071-1/+1
* *** empty log message ***David M2006-10-061-17/+14
* #4616David M2006-10-051-5/+2
* - finally removed sql_numrowsMeik Sievertsen2006-10-049-503/+117
* - query id can be zero [Bug #4584]Nils Adermann2006-10-038-8/+8
* - extend config checking to include check for writeable pathMeik Sievertsen2006-10-031-4/+6
* - Goodbye MySQL4, hello unified MySQL driver. MySQL 3.23 to MySQL 5.0 are now...David M2006-10-012-450/+27
* - forgot to make the same change to the ODBC driverDavid M2006-10-012-3/+19
* - added confirmation to removing bbcodesMeik Sievertsen2006-09-281-1/+7
* These changes should let olympus scale a little bit better.Meik Sievertsen2006-09-261-1/+1
* oopsDavid M2006-09-232-2/+2
* made sql_rowseek consistent with the dbal methods as well as fixing sql_query...Meik Sievertsen2006-09-239-50/+39
* SET NAMES on the MySQL 4.1.2+ DBsDavid M2006-09-232-0/+2
* - Oracle now works with large amounts of textDavid M2006-09-192-1/+60
* - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio...Nils Adermann2006-09-171-1/+1
* removed debug_extra noticeMeik Sievertsen2006-09-171-1/+1