Project

General

Profile

  • preludedb-admin has a bew 'count' command, printing the result of a COUNT on the database.
  • preludedb-admin work on smaller set of data, to prevent large retrieval error (fix #220, refs #305).
  • preludedb-admin handling of interrupted transaction was improved.
  • Fix MySQL and SQLite detection under MacOSX, by Uwe Schwartz <usx303 at googlemail.com>. (fix #296).
  • Check PostgreSQL version is higher or equal than 8.2.0, and use the new E'value' escape method when available to avoid a warning.