coding style tweaks
[lhc/web/wiklou.git] / includes / db / DatabaseIbm_db2.php
2010-09-02 Jack Phoenixcoding style tweaks
2010-09-02 Jack Phoenixtrim trailing whitespace
2010-09-02 Leons PetrazickisBased on r72134 feedback, applied spacing conventions...
2010-09-01 Leons PetrazickisCompleted removal of $wgDBport_db2 in favour of regular...
2010-09-01 Leons PetrazickisDB2: Implemented prepared statements for INSERT and...
2010-08-22 Chad HorohoeMake getSoftwareLink() static so I can use it without...
2010-08-19 Sam ReedMore unused....
2010-08-18 Sam ReedRevert r71250 r71251 r71252 r71253
2010-08-18 Sam ReedKill some crappy "failFunction" stuff, marked as old...
2010-08-18 Sam Reed$bitField to $field
2010-08-13 Sam ReedRemove some unused variables
2010-08-13 Sam ReedRemove some more unused variables
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-07 Max SemenikNot implemented != deprecated
2010-08-03 PlatonidesIf getMasterPos can be safely inherited, so can setFake...
2010-08-01 Alexandre EmsenhuberStandardisation of file headers
2010-07-25 PlatonidesKill $wgDBport_db2
2010-07-09 Chad HorohoeKill deprecated function. Marked as such for ~30k revs...
2010-07-02 Max SemenikRefactored Database*::getLag(): moved the default imple...
2010-07-02 Max Semenik* Replaced the mess of every database class implementin...
2010-06-14 Chad HorohoeCleanup most of the DIY extension detection/dl() code...
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
2010-04-29 PlatonidesActually check sourceFile for failure, showing the...
2010-04-26 Chad HorohoeKill last vestiges of mediawiki_version. Nobody actuall...
2010-02-05 Alexandre EmsenhuberFix doxygen warnings
2010-01-08 Tim StarlingFor r60757: implement Database::getType() explicitly...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-07 Tim StarlingReplaced all instances of <<<END (which breaks vim...
2009-10-26 Leons Petrazickis- DB2 bugfix: Blob class now converted to string where...
2009-10-21 Max Semenik(bug 20268) Fixed Database::estimateRowCount on SQLite...
2009-09-23 Leons PetrazickisChanges to IBM DB2 support:
2009-08-22 Alex ZMostly revert r53358 and r53365 per comments on code...
2009-08-21 Chad HorohoeRemove random comments.
2009-08-15 Leons Petrazickisconfig/index.php:
2009-07-29 Chad Horohoe* Move generic return true; various for lock functions...
2009-07-16 Alex ZFollowup to r53358 - Tweak the function name to be...
2009-07-16 Alex Z(bug 19590) Database error messages are no longer hardc...
2009-07-09 Aryeh GregorRemove redundant no-op implementations
2009-06-16 Aryeh GregorAbstract more methods in DatabaseBase
2009-06-16 Aryeh GregorMake some Database methods optional to override
2009-06-12 Aryeh GregorMake Database into abstract class DatabaseBase
2009-05-27 Tim StarlingImplemented save/restore logic for sql_big_selects...
2009-01-15 Roan Kattouw* svn:eol-style native for r45755
2009-01-14 Leons Petrazickis(bug 17028) Added support for IBM DB2 database. config...