aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/oracle.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* Merge branch 'develop-olympus' into developAndreas Fischer2011-03-241-1/+2
|\
| * [ticket/9946] Allow storage of data >4kB on Oracle againJosh Woody2011-03-071-1/+2
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* Merge branch 'ticket/jellydoughnut/9637' into develop-olympusAndreas Fischer2010-07-111-1/+9
|\
| * [ticket/9637] Do not cache SQL server version in all casesJosh Woody2010-07-111-1/+9
* | [ticket/9132] Oracle CLOB support is broken, preventing storage of long stringsJosh Woody2010-06-131-0/+5
|/
* Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums...Andreas Fischer2010-02-151-0/+5
* Fix another bug in WHERE statement rewrite for oracle. The bug(s) actually co...Meik Sievertsen2009-10-301-1/+1
* saw this bug while debugging... we really really need another layer in 3.1.x ...Meik Sievertsen2009-10-301-1/+1
* And now i feel even more dirty because i had to adjust the oracle hack to all...Meik Sievertsen2009-09-211-1/+50
* ok, i am very sorry, but this needs to be fixed.Meik Sievertsen2009-08-121-0/+5
* Enforce a requirement for some DBMS (Oracle, PostgreSQL, MSSQL) where the tab...Meik Sievertsen2008-12-051-1/+1
* Remove NUL-Bytes directly in request_var() for strings and within the custom ...Meik Sievertsen2008-10-021-1/+1
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-041-2/+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
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-3/+3
* #13916David M2007-08-021-1/+1
* #13151David M2007-07-091-1/+1
* #13033David M2007-07-051-8/+8
* tweak the sql_like_expression feature a little bit to allow correct escapingMeik Sievertsen2007-06-241-0/+9
* - Oracle can't handle IN clauses with more than 1000 elements (Bug #12449)David M2007-06-161-12/+34
* correctly re-assign query resultMeik Sievertsen2007-06-121-1/+1
* - Oracle gives us null instead of '', this is now fixed (thanks APTX)David M2007-06-091-1/+68
* ok, mess around with the templates + fixing some bugs + adjusting headers for...Meik Sievertsen2007-06-091-3/+3
* - Oracle, woe is you... I will say this much, this fixes Oracle's handling of...David M2007-06-071-4/+110
* d'oh!David M2007-05-251-2/+1
* - added support for Oracle's easy connect namingDavid M2007-05-231-2/+15
* #11255David M2007-05-221-1/+2
* - fixed Oracle's large data handlingDavid M2007-04-111-34/+40
* #8538David M2007-03-061-1/+1
* - clean up mssql and mssql_odbc, mssql now uses a different method of dealing...David M2007-02-191-2/+2
* eh? meh.David M2007-02-031-11/+6
* #7550David M2007-02-031-21/+27
* #7424Meik Sievertsen2007-01-271-1/+1
* ok, handled some bugs... the most important being validate_username (the vari...Meik Sievertsen2007-01-171-11/+4
* #5562David M2006-11-221-46/+0
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-12/+2
* - finally removed sql_numrowsMeik Sievertsen2006-10-041-74/+20
* - 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-1/+1
* - Oracle now works with large amounts of textDavid M2006-09-191-1/+57
* bug fixesDavid M2006-09-161-1/+1
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-4/+4
* - acm_file uses an index pointer to the current row instead of shifting the r...Nils Adermann2006-08-011-1/+35
* - Fix OracleDavid M2006-07-281-1/+1
* - Some profile stuff :DDavid M2006-07-151-1/+1
* - tackle some usability issuesMeik Sievertsen2006-07-091-0/+8
* Short story: Oracle does not like sub queries that contain columns that have ...David M2006-07-091-0/+46