Age | Commit message (Expand) | Author | Files | Lines |
2018-01-29 | re-enable mysql warnings | Urban Müller | 1 | -1/+1 |
2017-12-22 | disable until code fixed | Urban Müller | 1 | -1/+1 |
2017-12-21 | ignore INSERT IGNORE | Urban Müller | 1 | -2/+2 |
2017-12-20 | better naming | Urban Müller | 1 | -2/+2 |
2017-12-20 | configurable warning suppression | Urban Müller | 1 | -1/+2 |
2017-12-20 | add query to errs | Urban Müller | 1 | -1/+1 |
2017-12-19 | limit warning count, whitelist | Urban Müller | 1 | -2/+2 |
2017-12-19 | whitelist inserts without defaults for now | Urban Müller | 1 | -4/+7 |
2017-12-19 | report mysql warnings | Urban Müller | 1 | -2/+12 |
2017-11-30 | use utf8mb4 as default characterset for mysql connection | Christian A. Weber | 1 | -1/+1 |
2017-09-28 | only select ID for delete_untouched (memory and speed) | Nathan Gass | 1 | -1/+1 |
2017-09-26 | Added update/insert/upsert tracking and delete_untouched() to delete rows not... | Christian Schneider | 1 | -2/+18 |
2017-08-15 | permit throttling of database operations | Urban Müller | 1 | -1/+4 |
2017-05-17 | catch misnamed columns even when setting them to null | Urban Müller | 1 | -1/+1 |
2017-05-17 | kill forbidden tabs | Urban Müller | 1 | -6/+6 |
2017-05-17 | check for correct case of field names | Urban Müller | 1 | -0/+5 |
2017-04-26 | Style and dead code cleanup | Christian Schneider | 1 | -17/+19 |
2017-04-25 | extract function _from from select and use it in for update and delete statem... | Nathan Gass | 1 | -10/+17 |
2017-03-08 | remove comment, upsert should keep state of current iterator | David Flatz | 1 | -1/+1 |
2017-03-08 | combined update/insert | Urban Müller | 1 | -0/+8 |
2016-11-22 | suppress both dyncols and _dyncols from _data; not real values | Urban Müller | 1 | -0/+1 |
2016-11-10 | allow dynamic columns | Urban Müller | 1 | -5/+24 |
2016-10-19 | fix phan warnings | Urban Müller | 1 | -5/+8 |
2016-08-10 | fix utf8 warnings for latin1 selects | Nathan Gass | 1 | -2/+2 |
2016-06-21 | stricter active replication check | Urban Müller | 1 | -1/+1 |
2016-06-21 | only warn if local db is replicated | Urban Müller | 1 | -2/+3 |
2016-06-21 | consistent matching func, typo fix | Urban Müller | 1 | -2/+2 |
2016-06-21 | exclude nondefault databases | Urban Müller | 1 | -2/+2 |
2016-06-21 | warn if writing into replication slave | Urban Müller | 1 | -4/+9 |
2016-03-16 | typo | Christian A. Weber | 1 | -1/+1 |
2016-03-16 | add function dbi::tables() to get a list of all tables of a db | Christian A. Weber | 1 | -4/+14 |
2014-11-05 | allow external use of _state_purgeshared (instant created tables used in test... | Urban Müller | 1 | -3/+4 |
2014-03-06 | truncate large queries for slow log | Nathan Gass | 1 | -1/+2 |
2013-11-01 | Remove $Id$ | Christian Schneider | 1 | -2/+0 |
2013-10-15 | allow FROM instead of JOIN | Urban Müller | 1 | -4/+4 |
2013-07-04 | also report connection error in error_log, not only in sqllog | Christian Weber | 1 | -1/+1 |
2013-07-03 | To not try to get mysqli_num_rows when using unbuffered queries as this produ... | Christian Schneider | 1 | -1/+1 |
2013-04-29 | correctly handle conntect errs | Urban Müller | 1 | -1/+1 |
2013-04-22 | Switch to mysqli functions | Christian Schneider | 1 | -27/+27 |
2013-01-30 | add parameter unbuffered for very large selects | Nathan Gass | 1 | -2/+3 |
2012-11-22 | Remove smart_replace() as alias for store() because it is even worse a name t... | Christian Schneider | 1 | -9/+1 |
2012-11-01 | Added alias store() for smart_replace() to maintain API backward compatibility | Christian Schneider | 1 | -0/+8 |
2012-11-01 | better function naming | Urban Müller | 1 | -2/+3 |
2012-07-19 | docs | Urban Müller | 1 | -0/+1 |
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 |