Age | Commit message (Expand) | Author | Files | Lines |
2009-02-17 | Do not read back after update if no key is set (uninitialized record) | Christian Schneider | 1 | -1/+1 |
2009-02-17 | Fix it_dbi NOT IN with empty array and added IN/NOT IN tests | Christian Schneider | 1 | -1/+1 |
2008-12-17 | Purge cache shared by multiple apaches on SQL schema change | Christian Schneider | 1 | -0/+12 |
2008-12-16 | output errno | Urban Müller | 1 | -1/+1 |
2008-11-27 | schema cache | Urban Müller | 1 | -11/+55 |
2008-10-27 | Simplify code, query() throws fatal if safety > 0 anyway | Christian Schneider | 1 | -1/+1 |
2008-10-22 | support safety=0 in construktor | Urban Müller | 1 | -2/+2 |
2008-10-15 | phplint cleanup | Urban Müller | 1 | -3/+3 |
2008-10-01 | Added logging of querys to _sqllog if debug_sqllog is set | Christian Schneider | 1 | -1/+7 |
2008-10-01 | Added PHP5 iterator to it_dbi: Allows foreach (new T_User...) | Christian Schneider | 1 | -1/+38 |
2008-07-29 | Fix switch to update_server | Christian Schneider | 1 | -2/+2 |
2008-07-24 | Properly save and restore state of select() in read() | Christian Schneider | 1 | -2/+4 |
2008-07-16 | added optional array for query(), use it internally to pass db info along, d... | Nathan Gass | 1 | -23/+23 |
2008-07-10 | better err msg | Urban Müller | 1 | -6/+6 |
2008-06-27 | Honor classprefix when checking for existence of class (Used in ad/localads.h... | Christian Schneider | 1 | -1/+1 |
2008-06-26 | Replaced deprecated mysql_list_tables by SHOW TABLES | Christian Schneider | 1 | -12/+15 |
2008-06-06 | reconnect if mysql server goes away | Urban Müller | 1 | -15/+27 |
2008-04-16 | Make it_dbi compatible with old syntax again | Christian Schneider | 1 | -1/+1 |
2008-04-07 | Deprecate second parameter to constructor of generated classes | Christian Schneider | 1 | -3/+3 |
2008-04-06 | Fixed bogus conversion of NULL to 0 for integer fields | Christian Schneider | 1 | -1/+1 |
2008-04-04 | Deprecate second parameter (config) to constructor of generated classes | Christian Schneider | 1 | -0/+2 |
2008-04-01 | Fix warning about get_func_args() used as parameter to other function | Christian Schneider | 1 | -2/+7 |
2008-04-01 | Allow multiple arguments as query to select() and constructor | Christian Schneider | 1 | -15/+24 |
2008-03-10 | Fix warning when no tables exist, get rid of in_array() | Christian Schneider | 1 | -2/+3 |
2008-03-07 | support not reading schema | Urban Müller | 1 | -1/+3 |
2008-01-25 | allow enabling sqllog after constructor | Urban Müller | 1 | -5/+3 |
2007-11-28 | Precalculate int property of fields to reduce iterate() overhead | Christian Schneider | 1 | -1/+5 |
2007-11-28 | New it_dbi type awareness: int(11) fields are returned as int | Christian Schneider | 1 | -3/+3 |
2007-11-13 | documentation | Urban Müller | 1 | -3/+4 |
2007-10-12 | fix field length for time, date and datetime, not just datetime | Christian Weber | 1 | -1/+1 |
2007-10-11 | Removed deprecated manual settings of fields for update() and added basic tests | Christian Schneider | 1 | -28/+16 |
2007-10-11 | increase performance of iterate(), make sure select() always clear()s (even i... | Christian Weber | 1 | -1/+3 |
2007-10-11 | Improve documentation cross reference | Christian Schneider | 1 | -4/+6 |
2007-10-11 | Populated release branch | Christian Schneider | 1 | -0/+651 |