Age | Commit message (Expand) | Author | Files | Lines |
2012-07-11 | implement static function get() as discussed | Christian Weber | 1 | -0/+11 |
2012-06-14 | Also cache localizedfields info, fixes bug with field localization | Christian Schneider | 1 | -0/+4 |
2012-05-21 | add store(), fix comments | Urban Müller | 1 | -4/+14 |
2012-05-18 | use IN instead of = if value is an array | Christian Weber | 1 | -1/+2 |
2012-05-10 | New update() optimization: Optimize away 42 <=> "42" | Christian Schneider | 1 | -1/+1 |
2012-04-24 | merged it_html::fix_encoding in it::any2utf8 | Urban Müller | 1 | -1/+1 |
2012-03-28 | Added encoding check to it_dbi, improved encoding check (currently lives in i... | Christian Schneider | 1 | -0/+4 |
2012-03-22 | mysql wants latin1, not iso-8859-1 | Christian Weber | 1 | -1/+1 |
2012-03-22 | set default charset to php's default_charset if set | Christian Weber | 1 | -2/+2 |
2012-03-20 | Explicitely give encoding for htmlspecialchars for PHP 5.4 compatibility | Christian Schneider | 1 | -2/+2 |
2012-01-18 | Update declaration and documentation of _convertfunc | Christian Schneider | 1 | -4/+4 |
2011-12-30 | check return code of mysql_set_charset() | Christian Weber | 1 | -1/+2 |
2011-12-16 | typesafe floats | Urban Müller | 1 | -4/+5 |
2011-10-19 | add command parameter to _write_pre_process() | Christian Weber | 1 | -3/+4 |
2011-04-14 | consistent columns | Urban Müller | 1 | -1/+1 |
2011-04-14 | log server used | Urban Müller | 1 | -1/+1 |
2011-04-13 | Suppress warning if no fields where found in table | Christian Schneider | 1 | -1/+1 |
2011-04-13 | Fix iteration over localized fields, added test for it | Christian Schneider | 1 | -1/+5 |
2011-04-06 | Added support for localized fields with suffix, e.g. copy title_de to title o... | Christian Schneider | 1 | -1/+26 |
2011-01-27 | Fix bug with double connections caused by overwriting link cache when putting... | Christian Schneider | 1 | -0/+4 |
2010-11-09 | LIMIT warning | Urban Müller | 1 | -1/+1 |
2010-11-03 | dbi::update() returns affected rows | Urban Müller | 1 | -0/+3 |
2010-10-28 | better documentation | Urban Müller | 1 | -7/+8 |
2010-07-27 | Don't attempt to read record after insert if no keyfield is defined. This pre... | Thomas Brüderli | 1 | -1/+1 |
2010-05-06 | log slow queries | Urban Müller | 1 | -6/+6 |
2010-04-21 | Fix disabling of the syntax converter; allow to specify the db connection cha... | Thomas Brüderli | 1 | -0/+5 |
2010-01-18 | escape field names (for fields like Usage, Date, ...) | Christian Weber | 1 | -1/+1 |
2010-01-17 | Reduce number of put calls to it_cache | Christian Schneider | 1 | -3/+4 |
2009-10-20 | Add own iteratorkey if no DB key was found | Christian Schneider | 1 | -1/+2 |
2009-09-15 | update() no longer optimizes data away if a query is given | Christian Weber | 1 | -4/+4 |
2009-08-27 | sqltrace implies sqllog | Urban Müller | 1 | -1/+1 |
2009-08-25 | Fix multiple NI with arrays | Christian Schneider | 1 | -0/+1 |
2009-08-25 | Added array support to NI operator | Christian Schneider | 1 | -7/+15 |
2009-08-17 | nocache -> SQL_NO_CACHE | Urban Müller | 1 | -0/+3 |
2009-08-08 | correct integer detection (bigint is still treated as string as it exceeds ph... | Christian Weber | 1 | -1/+1 |
2009-07-23 | Add MATCH operator for mysql queries + unify string escaping | Thomas Brüderli | 1 | -5/+22 |
2009-03-11 | support simple OR queries by introducing the magic scalar value "OR" | Christian Weber | 1 | -1/+4 |
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 |