| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve dba tests: check in both modes external and database locking. | Marcus Boerger | 2003-12-18 | 1 | -1/+3 |
| | | |||||
| * | Support all possible configurations and simplify includes | Marcus Boerger | 2003-03-04 | 1 | -2/+2 |
| | | |||||
| * | Fix locking behaviour: On some systems read during write is permitted but | Marcus Boerger | 2002-11-14 | 1 | -2/+4 |
| | | | | | | | most libraries are not capable of that. GDBM is system dependant so there we only test that we do not deadlock. | ||||
| * | Add $lock_flag which allows to change lock behaviour for both 'l' and 'd' | Marcus Boerger | 2002-11-10 | 1 | -0/+1 |
| | | | | | | | Remember gdbm has its own locking so 't' does not work here - maybe a warning is needed for that, too. | ||||
| * | check whether a written databse can be appended and if read during write | Marcus Boerger | 2002-11-06 | 1 | -0/+11 |
| | | | | | | | | is permitted #i use ksort for the result here since some dbm libraries sort their result #but that is nothing to test here. | ||||
| * | Add testcase for every single handler | Marcus Boerger | 2002-11-01 | 1 | -0/+18 |
| # db2 fails for me with SIGSEGV | |||||
