summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Collapse
)
Author
Files
Lines
2021-06-15
add tests for it::cdist. Two are commented out as they trigger an it::error()
Christian A. Weber
1
-0
/
+4
2021-06-15
allow leading - in ::getopt option arguments, add tests
Urban Müller
1
-0
/
+26
2021-03-29
remove => false args in it::exec, consistent with it_html
Urban Müller
1
-0
/
+3
2021-02-12
Fix cols() ignoring some columns, was an exception in PHP 8
Christian Schneider
1
-0
/
+2
2021-01-27
add some tests for boolean and float columns
Nathan Gass
1
-9
/
+14
2021-01-26
Fix error suppression for safety => 0
Christian Schneider
1
-0
/
+1
2021-01-25
Fix generating errors on SQL syntax errors, add tests for it
Christian Schneider
1
-1
/
+14
2021-01-18
test correct escaping using character that actually needs it
Urban Müller
1
-4
/
+4
2021-01-13
Unified join to always use implode
Christian Schneider
1
-1
/
+1
2021-01-13
Unified brace and else if style
Christian Schneider
5
-7
/
+11
2021-01-06
Merge branch 'master' into ng/postgresql
Nathan Gass
4
-60
/
+68
2020-12-03
Add some tests for it::substr() behaviour we rely on which was broken for ↵
Christian Schneider
1
-0
/
+4
some PHP 8 Beta versions
2020-11-27
pass array values instead of keys to functions with only one argument in ↵
Nathan Gass
1
-0
/
+3
it::map and it::filter
2020-11-09
no longer ignore extra positional arguments
Nathan Gass
1
-7
/
+6
2020-09-15
Make itools PHP 8 compatible
Christian Schneider
3
-53
/
+55
2020-09-03
comment out broken test
Nathan Gass
1
-2
/
+3
2020-09-03
dont depend on order of results
Nathan Gass
1
-1
/
+1
2020-09-03
handle postgresql implementation of mysql replace
Nathan Gass
1
-1
/
+1
2020-09-03
use WHERE TRUE in tests which is compatible with postgresql
Nathan Gass
1
-4
/
+4
2020-09-03
escape ID to avoid postgresql lowercasing it
Nathan Gass
1
-5
/
+5
2020-09-03
make _set tests independent of exact sql syntax
Nathan Gass
1
-13
/
+6
2020-09-03
add options to run tests on postgressql, adapt create table statements to ↵
Nathan Gass
1
-14
/
+31
used db, avoid dependency on specific table in db
2020-08-27
test for automatic creation of table classes
Nathan Gass
1
-0
/
+1
2020-08-25
test for unexpected optional positinal arguments
Nathan Gass
1
-1
/
+9
2020-08-25
also test for default values
Nathan Gass
1
-2
/
+3
2020-08-25
more tests for arguments without value, also test failure modes
Nathan Gass
1
-4
/
+13
2020-08-25
also test positional args
Nathan Gass
1
-6
/
+7
2020-08-10
vanilla php compliance
Urban Müller
1
-3
/
+3
2020-08-05
avoid forbidden fopen()
Urban Müller
1
-0
/
+2
2020-08-04
correctly retry in ::get_multi, do retry in status 5xx in ::get
Urban Müller
2
-1
/
+28
2020-07-01
Simplify test, was under the wrong assumption that is() uses == instead of ===
Christian Schneider
1
-2
/
+2
2020-07-01
Preserve type when writing int to dyncols
Christian Schneider
1
-0
/
+2
2020-06-26
Leave _data unchanged by __read_postprocess as update() needs that and add ↵
Christian Schneider
1
-4
/
+13
test for it
2020-06-24
Add static and pure replacements _read_postprocess/_write_preprocess for ↵
Christian Schneider
1
-0
/
+32
deprecated _read_post_process/_write_pre_process
2020-05-25
test new sort features
Urban Müller
1
-0
/
+5
2020-05-18
Add 'assoc' => true mode to it_url::get() and prepare to mark function static
Christian Schneider
1
-19
/
+7
2020-04-21
dbi: improve docs, enable LIMIT => false
Urban Müller
1
-0
/
+1
2020-04-21
Add test for LIMIT with offset, add test descriptions
Christian Schneider
1
-2
/
+5
2020-04-21
test for safe LIMIT
Urban Müller
1
-1
/
+1
2020-04-21
support safe LIMIT
Urban Müller
1
-0
/
+5
2020-04-21
use new array syntax
Urban Müller
12
-216
/
+216
2020-04-10
Fix tests for new semantics of $it_dbi->delete_untouched()
Christian Schneider
1
-5
/
+5
2020-01-23
remove scheme from path when we have empty hostpart and empty schemepart; ↵
David Flatz
1
-0
/
+12
this fixes 'a:javascript:alert(origin)'
2020-01-20
Support all arguments of file_get_contents, including maxlen
Christian Schneider
1
-5
/
+8
2019-10-17
Fix ->is_reachable to use get() instead of fopen to use HTTP/1.1 and add tests
Christian Schneider
1
-0
/
+5
2019-09-11
add params2utf8 tests
Urban Müller
1
-0
/
+13
2019-09-02
Use older syntax for tests
Christian Schneider
1
-1
/
+2
2019-09-02
Make itools a bit stricter, new PHP versions start to enforce more declarations
Christian Schneider
3
-4
/
+5
2019-08-19
PHP 7.4 built-in web server is more noisy, make it quiet again
Christian Schneider
1
-1
/
+1
2019-05-13
itjs::serialize() preserves data types (string, int, bool, null)
Christian A. Weber
1
-15
/
+17
[next]