summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
it_dbi.t
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-03
make tests compatible to php 5.3 std
David Flatz
1
-4
/
+4
2014-02-05
use replication safe statements
Urban Müller
1
-3
/
+3
2012-12-06
Disable sqllog after tests which need it again
Christian Schneider
1
-0
/
+1
2012-11-22
Remove smart_replace() as alias for store() because it is even worse a name t...
Christian Schneider
1
-16
/
+7
2012-11-01
Added alias store() for smart_replace() to maintain API backward compatibility
Christian Schneider
1
-0
/
+8
2012-11-01
better function naming
Urban Müller
1
-7
/
+7
2012-05-21
More tests for it_dbi::store() behaviour
Christian Schneider
1
-5
/
+26
2012-05-21
add store(), fix comments
Urban Müller
1
-2
/
+19
2012-05-18
use IN instead of = if value is an array
Christian Weber
1
-0
/
+5
2012-05-10
New update() optimization: Optimize away 42 <=> "42"
Christian Schneider
1
-2
/
+17
2011-04-13
Fix iteration over localized fields, added test for it
Christian Schneider
1
-1
/
+9
2011-04-06
Added support for localized fields with suffix, e.g. copy title_de to title o...
Christian Schneider
1
-0
/
+29
2010-11-03
dbi::update() returns affected rows
Urban Müller
1
-0
/
+12
2010-01-18
Adapt _set test to quoting of field names
Christian Schneider
1
-1
/
+1
2009-08-25
Added array support to NI operator
Christian Schneider
1
-1
/
+6
2009-04-29
killed requires
Urban Müller
1
-2
/
+0
2009-02-17
Convert all tests back to old syntax
Christian Schneider
1
-4
/
+4
2009-02-17
Fix it_dbi NOT IN with empty array and added IN/NOT IN tests
Christian Schneider
1
-0
/
+20
2008-11-09
Convert tests back to old syntax for consistency of itools syntax
Christian Schneider
1
-2
/
+2
2008-10-26
Fix phplint warnings
Christian Schneider
1
-1
/
+1
2008-10-01
Added test for dbi Iterator
Christian Schneider
1
-0
/
+21
2008-06-26
Replaced deprecated mysql_list_tables by SHOW TABLES
Christian Schneider
1
-1
/
+37
2008-04-06
Fixed bogus conversion of NULL to 0 for integer fields
Christian Schneider
1
-2
/
+2
2008-04-01
Allow multiple arguments as query to select() and constructor
Christian Schneider
1
-1
/
+26
2007-11-28
New it_dbi type awareness: int(11) fields are returned as int
Christian Schneider
1
-0
/
+6
2007-10-11
Removed deprecated manual settings of fields for update() and added basic tests
Christian Schneider
1
-0
/
+94