Fixed a bunch of silly instances of [^!=]==\s*(true|false)
[lhc/web/wiklou.git] / includes / db / DatabaseIbm_db2.php
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...