aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/mssql.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11015] Remove old dbal classesIgor Wiedler2012-11-121-19/+0
* [ticket/11015] Add BC files for the driversIgor Wiedler2012-07-211-0/+19
* [ticket/11015] Make DBAL classes autoloadableIgor Wiedler2012-07-211-456/+0
* [ticket/10942] Add access modifiersJoas Schilling2012-07-041-1/+1
* [ticket/10942] Require same data type and do not cast expressions automaticallyJoas Schilling2012-07-021-13/+0
* [ticket/10942] Add a comment why we cast to sql_case()Joas Schilling2012-06-201-0/+1
* [ticket/10942] Rename method sql_conditional() to sql_case()Joas Schilling2012-06-201-6/+6
* [ticket/10942] Change term string to expression to avoid confusionJoas Schilling2012-06-201-2/+2
* [ticket/10942] Fix sql_conditional for mssql, postgre and oracleJoas Schilling2012-06-201-0/+12
* [ticket/10942] Add sql_concatenate to dbalJoas Schilling2012-06-201-0/+8
* Merge branch 'develop-olympus' into developNils Adermann2012-05-311-0/+8
|\
| * [ticket/10751] Add sql_lower_text() to database abstraction layer.Andreas Fischer2012-05-311-0/+8
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | [ticket/9574] Remove conditional PHP<5.2 codeIgor Wiedler2010-12-281-8/+1
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* [ticket/9637] Do not cache SQL server version in all casesJosh Woody2010-07-111-3/+4
* Remove NUL-Bytes directly in request_var() for strings and within the custom ...Meik Sievertsen2008-10-021-1/+1
* Use correct port delimiter for MSSQL connections in windows. (Bug #16615)Meik Sievertsen2008-09-171-1/+3
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-041-9/+23
* Refine fix for #31445 originally committed in r8758Chris Smith2008-09-021-1/+1
* Correctly return results for nested cached queries (Bug #31445 - Patch by faw)Chris Smith2008-08-141-1/+1
* small fixMeik Sievertsen2007-10-121-1/+1
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-5/+5
* #13874David M2007-07-301-1/+8
* tweak the sql_like_expression feature a little bit to allow correct escapingMeik Sievertsen2007-06-241-11/+4
* new wrapper for LIKE expressions to streamline the fixes. We actually need to...Meik Sievertsen2007-06-231-0/+16
* #12415David M2007-06-181-0/+2
* - tiny changesDavid M2007-06-181-25/+12
* correctly re-assign query resultMeik Sievertsen2007-06-121-1/+1
* - small MSSQL thingDavid M2007-03-041-1/+1
* - clean up mssql and mssql_odbc, mssql now uses a different method of dealing...David M2007-02-191-7/+7
* i hope this helps a bit. :oMeik Sievertsen2007-01-291-1/+1
* ok, handled some bugs... the most important being validate_username (the vari...Meik Sievertsen2007-01-171-25/+18
* 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
* this is hopeless, we just insert and hope for the best. thats all we can real...David M2006-11-151-3/+0
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-11/+2
* - finally removed sql_numrowsMeik Sievertsen2006-10-041-57/+9
* - query id can be zero [Bug #4584]Nils Adermann2006-10-031-1/+1
* made sql_rowseek consistent with the dbal methods as well as fixing sql_query...Meik Sievertsen2006-09-231-19/+15
* - Oracle now works with large amounts of textDavid M2006-09-191-0/+3
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-5/+5
* so.... what does this thing do?David M2006-08-111-9/+1
* This should end some issues we have been having regarding the proper binary e...David M2006-08-061-0/+8
* - acm_file uses an index pointer to the current row instead of shifting the r...Nils Adermann2006-08-011-1/+35
* OK...David M2006-07-241-1/+1
* - tackle some usability issuesMeik Sievertsen2006-07-091-0/+22
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-6/+6
* - bugfix rollMeik Sievertsen2006-06-081-1/+9