Skip to content

Speedtables 1.9.1

Compare
Choose a tag to compare
@lehenbauer lehenbauer released this 28 Apr 19:33
· 422 commits to master since this release

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.