Fixed some things in module-ssh2 cmake build.
Forgot to add HAVE_UNISTD_H to config.h.in of s...
Initial cmake port for qore-ssh2-module.
qdx fix with curly bracket detection
minor doc updates / corrections
added c++ comments about weak references regard...
Convert Diff module tests to QUnit
removed temporary debugging function
- fixed a bug in call references and objects by...
made the cyclical assignment code generic regar...
tmp_location test ported to new API
Port example tests to new API
Port Util tests to new API
Port Qorize test to new API
Port QUnit tests to new API
fixed a bug in set_thread_init() where thread i...
QUnit: run user setUp/tearDown as part of the m...
Initial porting of stackguard test to new API, ...
Port mapper test to new API
hopefully fixed tests with background threads
QUnit module updated with more efficient intern...
updated FtpClient test to use standard QUnit se...
removed object-global assertion_name var
QUnit API changes, ported 2 tests to the new AP...
minor testing changes
fixed a bug where "deprecated" and "return-valu...
updated FtpClient test to QUnit
fixed build on systems with bash located in the...
added set_return_value() function for programs ...
added docs about SSL socket closure fixes
fix for windows builds
implemented the following constants: ParseOptio...
added assertion
backported SSL connection error-handling fix fr...
fixed a bug in handling socket disconnection er...
fixed a bug in subquery handling (already fixed...
allow bulk inserts to be performed on DBs that ...
parse_boolean("y") now parsed to true
fixed bugs in Oracle merge for upsert
fixed compiling with new Qore API
LSB / SPARC fixes
fixed realpath on solaris
fixes for solaris / sparc / oracle studio
added missing include file to install
updated xxhash to latest version; use 64-bit ve...
fixed getUpsertClosure*() with bulk DML row arg...
implemented Oracle-merge-based upserts for Orac...
fixed a minor iterator issue
non-functional changes - mostly style issues
fixed a bug in driver option processing that co...
do not create acinclude.m4; it's not needed
fixed major bugs in SQLStatement::fetchRows() a...
sybase: more tests
sybase: order old and new tests
sybase: fetchRows() fetches proper number of rows
QUnit fixes:
sybase: new statement tests
implemented support for bulk DML with selects b...
non-functional updates
non-function / cosmetic updates
sybase: useless code removed
sybase: fix select result order
revert accidental changes
sybase: handle canceled command properly
removed unused variable to suppress warning
less strict sybase test in configure
sybase-types.qtest some fixes
QUnit - testFunction args option
sybase: read test db location from ENV
QUnit::Test::getEnv()
sybase: ok, so this is the first QUnit test ;-)
sybase: test -> UnitTest
fixed InboundTableMapper with queued I/O with D...
*SqlUtil: made hasArraybind() public
greatly simplified the new evalValue() evalValu...
sybase: compiler warning fix
sybase: into statement tests removed
sybase: SQLStatement::getAffectedRows fix
sybase: tests - we dont use rowcount anymore
sybase: next fix
sybase fix
Qore*Node::TYPE
sybase: make next test pass
sybase driver fix
sybase: handle select which has empty result pr...
fixed statement test
fix: sybase exec must return -1 in case of error
use exceptions
typo
fixes to make sybase statement tests pass
added get_duration_seconds_f() and <date>::getD...
RestHandler fix: fold all possible arguments in...
fixed doc error
fixed warnings
implemented support for returning an empty list...
fixed a static memory leak in the parser handli...
fixed reference / memory leaks related to recen...
fixed a massive memory leak in the new arraybin...
added initial statement tests ported from the o...
minor updates so that all sybase tests pass