Speedtables 1.9.1
Speedtables 1.9.1 adds Cassandra database support and provides several bug fixes.
Speedtables can now import Cassandra query results directly into a speedtable with no per-row actions required of the Tcl interpreter (Install Cassandra cpp-driver and casstcl and build speedtables with --with-casstcl on configure command line).
In addition, many bug fixes and improvements:
- "return" from within speedtable search code bodies now works properly for shared memory speedtables, stapi, PostgreSQL-backed and client/server speedtables. (Previously only worked properly for ordinary C-based non-shared-memory speedtables.)
- Hardened ctable server against conneciton drops.
- Fixed possible crash when using performance callbacks.
- Improved compatibility when using stapi to treat a PostgreSQL table like a speedtable.
- A crash when a search using ''-delete 1'' and the search compare routine specifieda row more than once has been fixed.
- A crash involving searching with "match" against integer fields has been fixed.
- Improved error messages.
- Many new tests in the test suite.