summaryrefslogtreecommitdiff
path: root/it_dbi.class
AgeCommit message (Expand)AuthorFilesLines
2018-06-22Revert "use safer it:: variants of file funcs"Urban Müller1-2/+2
2018-06-21use safer it:: variants of file funcsUrban Müller1-2/+2
2018-01-29re-enable mysql warningsUrban Müller1-1/+1
2017-12-22disable until code fixedUrban Müller1-1/+1
2017-12-21ignore INSERT IGNOREUrban Müller1-2/+2
2017-12-20better namingUrban Müller1-2/+2
2017-12-20configurable warning suppressionUrban Müller1-1/+2
2017-12-20add query to errsUrban Müller1-1/+1
2017-12-19limit warning count, whitelistUrban Müller1-2/+2
2017-12-19whitelist inserts without defaults for nowUrban Müller1-4/+7
2017-12-19report mysql warningsUrban Müller1-2/+12
2017-11-30use utf8mb4 as default characterset for mysql connectionChristian A. Weber1-1/+1
2017-09-28only select ID for delete_untouched (memory and speed)Nathan Gass1-1/+1
2017-09-26Added update/insert/upsert tracking and delete_untouched() to delete rows not...Christian Schneider1-2/+18
2017-08-15permit throttling of database operationsUrban Müller1-1/+4
2017-05-17catch misnamed columns even when setting them to nullUrban Müller1-1/+1
2017-05-17kill forbidden tabsUrban Müller1-6/+6
2017-05-17check for correct case of field namesUrban Müller1-0/+5
2017-04-26Style and dead code cleanupChristian Schneider1-17/+19
2017-04-25extract function _from from select and use it in for update and delete statem...Nathan Gass1-10/+17
2017-03-08remove comment, upsert should keep state of current iteratorDavid Flatz1-1/+1
2017-03-08combined update/insertUrban Müller1-0/+8
2016-11-22suppress both dyncols and _dyncols from _data; not real valuesUrban Müller1-0/+1
2016-11-10allow dynamic columnsUrban Müller1-5/+24
2016-10-19fix phan warningsUrban Müller1-5/+8
2016-08-10fix utf8 warnings for latin1 selectsNathan Gass1-2/+2
2016-06-21stricter active replication checkUrban Müller1-1/+1
2016-06-21only warn if local db is replicatedUrban Müller1-2/+3
2016-06-21consistent matching func, typo fixUrban Müller1-2/+2
2016-06-21exclude nondefault databasesUrban Müller1-2/+2
2016-06-21warn if writing into replication slaveUrban Müller1-4/+9
2016-03-16typoChristian A. Weber1-1/+1
2016-03-16add function dbi::tables() to get a list of all tables of a dbChristian A. Weber1-4/+14
2014-11-05allow external use of _state_purgeshared (instant created tables used in test...Urban Müller1-3/+4
2014-03-06truncate large queries for slow logNathan Gass1-1/+2
2013-11-01Remove $Id$Christian Schneider1-2/+0
2013-10-15allow FROM instead of JOINUrban Müller1-4/+4
2013-07-04also report connection error in error_log, not only in sqllogChristian Weber1-1/+1
2013-07-03To not try to get mysqli_num_rows when using unbuffered queries as this produ...Christian Schneider1-1/+1
2013-04-29correctly handle conntect errsUrban Müller1-1/+1
2013-04-22Switch to mysqli functionsChristian Schneider1-27/+27
2013-01-30add parameter unbuffered for very large selectsNathan Gass1-2/+3
2012-11-22Remove smart_replace() as alias for store() because it is even worse a name t...Christian Schneider1-9/+1
2012-11-01Added alias store() for smart_replace() to maintain API backward compatibilityChristian Schneider1-0/+8
2012-11-01better function namingUrban Müller1-2/+3
2012-07-19docsUrban Müller1-0/+1
2012-07-11implement static function get() as discussedChristian Weber1-0/+11
2012-06-14Also cache localizedfields info, fixes bug with field localizationChristian Schneider1-0/+4
2012-05-21add store(), fix commentsUrban Müller1-4/+14
2012-05-18use IN instead of = if value is an arrayChristian Weber1-1/+2