summaryrefslogtreecommitdiff
path: root/tests/it_dbi.t
AgeCommit message (Expand)AuthorFilesLines
2012-05-21add store(), fix commentsUrban Müller1-2/+19
2012-05-18use IN instead of = if value is an arrayChristian Weber1-0/+5
2012-05-10New update() optimization: Optimize away 42 <=> "42"Christian Schneider1-2/+17
2011-04-13Fix iteration over localized fields, added test for itChristian Schneider1-1/+9
2011-04-06Added support for localized fields with suffix, e.g. copy title_de to title o...Christian Schneider1-0/+29
2010-11-03dbi::update() returns affected rowsUrban Müller1-0/+12
2010-01-18Adapt _set test to quoting of field namesChristian Schneider1-1/+1
2009-08-25Added array support to NI operatorChristian Schneider1-1/+6
2009-04-29killed requiresUrban Müller1-2/+0
2009-02-17Convert all tests back to old syntaxChristian Schneider1-4/+4
2009-02-17Fix it_dbi NOT IN with empty array and added IN/NOT IN testsChristian Schneider1-0/+20
2008-11-09Convert tests back to old syntax for consistency of itools syntaxChristian Schneider1-2/+2
2008-10-26Fix phplint warningsChristian Schneider1-1/+1
2008-10-01Added test for dbi IteratorChristian Schneider1-0/+21
2008-06-26Replaced deprecated mysql_list_tables by SHOW TABLESChristian Schneider1-1/+37
2008-04-06Fixed bogus conversion of NULL to 0 for integer fieldsChristian Schneider1-2/+2
2008-04-01Allow multiple arguments as query to select() and constructorChristian Schneider1-1/+26
2007-11-28New it_dbi type awareness: int(11) fields are returned as intChristian Schneider1-0/+6
2007-10-11Removed deprecated manual settings of fields for update() and added basic testsChristian Schneider1-0/+94