summaryrefslogtreecommitdiff
path: root/it_dbi.class
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-10New update() optimization: Optimize away 42 <=> "42"Christian Schneider1-1/+1
2012-04-24merged it_html::fix_encoding in it::any2utf8Urban Müller1-1/+1
2012-03-28Added encoding check to it_dbi, improved encoding check (currently lives in i...Christian Schneider1-0/+4
2012-03-22mysql wants latin1, not iso-8859-1Christian Weber1-1/+1
2012-03-22set default charset to php's default_charset if setChristian Weber1-2/+2
2012-03-20Explicitely give encoding for htmlspecialchars for PHP 5.4 compatibilityChristian Schneider1-2/+2
2012-01-18Update declaration and documentation of _convertfuncChristian Schneider1-4/+4
2011-12-30check return code of mysql_set_charset()Christian Weber1-1/+2
2011-12-16typesafe floatsUrban Müller1-4/+5
2011-10-19add command parameter to _write_pre_process()Christian Weber1-3/+4
2011-04-14consistent columnsUrban Müller1-1/+1
2011-04-14log server usedUrban Müller1-1/+1
2011-04-13Suppress warning if no fields where found in tableChristian Schneider1-1/+1
2011-04-13Fix iteration over localized fields, added test for itChristian Schneider1-1/+5
2011-04-06Added support for localized fields with suffix, e.g. copy title_de to title o...Christian Schneider1-1/+26
2011-01-27Fix bug with double connections caused by overwriting link cache when putting...Christian Schneider1-0/+4
2010-11-09LIMIT warningUrban Müller1-1/+1
2010-11-03dbi::update() returns affected rowsUrban Müller1-0/+3
2010-10-28better documentationUrban Müller1-7/+8
2010-07-27Don't attempt to read record after insert if no keyfield is defined. This pre...Thomas Brüderli1-1/+1
2010-05-06log slow queriesUrban Müller1-6/+6
2010-04-21Fix disabling of the syntax converter; allow to specify the db connection cha...Thomas Brüderli1-0/+5