summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-6
/
+6
2020-09-03
make _set tests independent of exact sql syntax
Nathan Gass
1
-13
/
+6
2020-09-03
it_dbi subclass for postgresql
Nathan Gass
1
-0
/
+179
2020-09-03
add options to run tests on postgressql, adapt create table statements to use...
Nathan Gass
1
-14
/
+31
2020-09-03
make sure connection exists for escape_name same as escape_string
Nathan Gass
1
-2
/
+12
2020-09-02
extract mysql specific json code into overridable functions
Nathan Gass
1
-11
/
+31
2020-09-01
allow to add a suffix after INSERT (for ON FOO sql syntax)
Nathan Gass
1
-2
/
+2
2020-09-01
generate postgres compatible where statements
Nathan Gass
1
-2
/
+2
2020-08-31
add _escape_name as backticks are mysql specific
Nathan Gass
1
-2
/
+7
2020-08-31
use insert values instead of mysql speficif insert set
Nathan Gass
1
-9
/
+35
2020-08-31
use late static binding to enable subclassing
Nathan Gass
1
-27
/
+30
2020-08-28
isolate mysql specific code
Nathan Gass
1
-65
/
+119
2020-08-27
use existing tables method
Nathan Gass
1
-2
/
+1
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
2
-4
/
+14
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-21
more verbose err msg
Urban Müller
1
-1
/
+1
2020-08-20
only call handler after retries
Nathan Gass
1
-5
/
+5
2020-08-20
fix 3538e25, we should not leak memory per url
Nathan Gass
1
-0
/
+3
2020-08-10
vanilla php compliance
Urban Müller
2
-5
/
+5
2020-08-10
use positive list for retry status codes
Urban Müller
1
-2
/
+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
3
-5
/
+33
2020-08-03
do not send empty headers
Urban Müller
1
-2
/
+2
2020-07-30
remove option with single use for now, fix inserting too many woke up handles...
Urban Müller
1
-3
/
+1
2020-07-30
dont forget retry on last active url, support fetchsleep
Urban Müller
1
-7
/
+9
2020-07-29
Simplify _lock/_unlock by testing for lock parameter in caller
Christian Schneider
1
-9
/
+9
2020-07-27
honor lock argument for preprocessing as well
Urban Müller
1
-2
/
+2
2020-07-27
make arg optional
Urban Müller
1
-2
/
+2
2020-07-27
debugparams req and res should work in get_multi
Urban Müller
1
-1
/
+6
2020-07-27
make locking in it_url::get_cache optional
Urban Müller
1
-7
/
+11
2020-07-25
don't trigger legacy warning if both username and uid are empty
Christian A. Weber
1
-1
/
+1
2020-07-21
Mark static function it:mail::check_email() as static
Christian Schneider
1
-1
/
+1
2020-07-14
document current behaviour
Urban Müller
1
-0
/
+1
2020-07-02
dont return partial results
Urban Müller
1
-1
/
+2
2020-07-02
Remove unnecessary NOPHPLINT
Christian Schneider
1
-1
/
+1
2020-07-02
csv(): rename var, enable catching errs
Urban Müller
1
-4
/
+10
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
2
-1
/
+5
2020-06-29
remove unnecessary err messages elsewhere
Urban Müller
1
-1
/
+1
2020-06-26
avoid reporting null bytes in it::exec
Urban Müller
1
-1
/
+1
2020-06-26
Refetch in get_cache() if headers are requested but cache does not contain them
Christian Schneider
1
-1
/
+1
2020-06-26
Register fields added by _read_postprocess() so they get clear()ed
Christian Schneider
1
-0
/
+5
2020-06-26
Leave _data unchanged by __read_postprocess as update() needs that and add te...
Christian Schneider
2
-5
/
+14
[prev]
[next]