aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
Commit message (Expand)AuthorAgeFilesLines
* 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
* non MySQL Databases are people too!David M2006-05-151-1/+1
* - introduce new function build_url to easily build a valid url from the user-...Meik Sievertsen2006-05-122-7/+24
* I hope nothing broke!David M2006-05-0510-11/+159
* - Tuples? Nah,David M2006-04-241-1/+1
* - Query explain now works for MSSQL, MSSQL-ODBC and PostgreSQLDavid M2006-04-233-0/+90
* - build explain links a bit different...Meik Sievertsen2006-04-231-47/+53
* - removed group settings from rolesMeik Sievertsen2006-04-221-1/+1
* - Olympus can now _install_ every database, more work to come on getting the ...David M2006-04-211-0/+2
* Firebird changesDavid M2006-04-191-4/+4
* - make freeresult work as it shouldDavid M2006-04-181-5/+0