summaryrefslogtreecommitdiff
path: root/tests/it_dbi.t
AgeCommit message (Collapse)AuthorFilesLines
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