summaryrefslogtreecommitdiff
path: root/tests/it_dbi.t
AgeCommit message (Collapse)AuthorFilesLines
2017-12-07new MariaDB needs explicit ORDER BYChristian A. Weber1-1/+1
2017-09-26Added update/insert/upsert tracking and delete_untouched() to delete rows ↵Christian Schneider1-0/+35
not touch by one of those functions
2016-11-10whitespace cleanupUrban Müller1-6/+6
2016-11-10allow dynamic columnsUrban Müller1-0/+12
2016-08-10add test for latin1 selectNathan Gass1-0/+5
2016-02-03make tests compatible to php 5.3 stdDavid Flatz1-4/+4
2014-02-05use replication safe statementsUrban Müller1-3/+3
2012-12-06Disable sqllog after tests which need it againChristian Schneider1-0/+1
2012-11-22Remove smart_replace() as alias for store() because it is even worse a name ↵Christian Schneider1-16/+7
than store()
2012-11-01Added alias store() for smart_replace() to maintain API backward compatibilityChristian Schneider1-0/+8
2012-11-01better function namingUrban Müller1-7/+7
2012-05-21More tests for it_dbi::store() behaviourChristian Schneider1-5/+26
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 ↵Christian Schneider1-0/+29
on read
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
Constructor of generated classes now take varargs too and added tests for it
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