aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* bug fixesDavid M2006-09-163-9/+1
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-2210-46/+46
* specialchar sql query to ensure proper display if there are html characters w...Meik Sievertsen2006-08-221-1/+1
* sql_in_set changesMeik Sievertsen2006-08-121-72/+23
* so.... what does this thing do?David M2006-08-118-104/+2
* Oops, I forgot the negate bit in sql_in_set()Nils Adermann2006-08-111-3/+3
* Adding the sql_in_set function which should give us a bit of a performance im...Nils Adermann2006-08-111-0/+43
* This is kinda nice.. Before MySQL 5.0.3, traling spaces were removed when val...David M2006-08-073-0/+30
* *** empty log message ***David M2006-08-061-3/+12
* This should end some issues we have been having regarding the proper binary e...David M2006-08-065-5/+81
* - fixed some bugsMeik Sievertsen2006-08-051-0/+1
* - custom profile field fixedMeik Sievertsen2006-08-031-1/+1
* ok, but this time...Meik Sievertsen2006-08-021-4/+13
* this change should let firebird work again correctly... or not.Meik Sievertsen2006-08-021-8/+3
* mysqli results are objects, not resourcesNils Adermann2006-08-021-4/+4
* - acm_file uses an index pointer to the current row instead of shifting the r...Nils Adermann2006-08-019-18/+337
* - Fix OracleDavid M2006-07-281-1/+1
* OK...David M2006-07-242-1/+28
* - Some profile stuff :DDavid M2006-07-153-3/+3
* fixing a typo in postgres dbalNils Adermann2006-07-141-1/+1
* - renamed the following columns:Meik Sievertsen2006-07-131-5/+1
* - it's \r\n not \n\r [Bug #3121]Nils Adermann2006-07-121-1/+11
* - tackle some usability issuesMeik Sievertsen2006-07-099-0/+118
* Short story: Oracle does not like sub queries that contain columns that have ...David M2006-07-091-0/+46
* - SQLite handling in custom profilesDavid M2006-06-171-1/+1
* - store error result in dbal for later retrievingMeik Sievertsen2006-06-141-4/+22
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-1310-56/+56
* - bugfix rollMeik Sievertsen2006-06-082-3/+22
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-0610-153/+107
* - removed useless code from style.phpNils Adermann2006-06-031-1/+1
* DB stuff, nothing cool at all unless you use Oracle.David M2006-06-031-2/+2
* some adjustmentsMeik Sievertsen2006-06-0210-153/+130
* some tiny changes...Meik Sievertsen2006-05-262-1/+5
* - fixing a few smaller bugs/glitchesMeik Sievertsen2006-05-212-2/+2
* - seperate queries and cached queriesMeik Sievertsen2006-05-2010-30/+57