cubeSQL Version History

    Version 4.2.0 (October 31, 2011)
  • SERVER: Fixed an issue related to the DISABLE LOGIN custom command
  • SERVER: Token connect now honors clear/encrypt disabled login
  • SERVER: Fixed an issue related to double single quote in custom commands
  • SERVER: Fixed a crash bug that affects all platforms triggered by heavy load
  • SERVER: Added ADD LOG ENTRY custom command in order to allows client to add messages to the log file
  • SERVER: Fixed a Windows only crash bug
  • SERVER: Fixed a Windows only hang
  • SERVER: Fixed all the issues that triggers an incorrect "db is locked" error message (error 7055)
  • SERVER: Updated sqlite to version 3.7.8
  • SERVER: Running time for a developer key has been increased to 4 hours (was 2 hours)
  • SERVER: There is now a way to specify maximum number of backups to retain per database (to avoid disk is full error), in order to activate it just use the custom command: SET PREFERENCE MAX_BACKUPS TO value
  • SERVER: Fixed several JSON related issues
  • SERVER: Dramatically improved JSON queries performance
  • SERVER: A lot of others small fixes and improvements
  • SERVER: Updated C SDK
  • SERVER: There is now a native 32bit and 64bit DLL SDK for Windows native connections
  • PLUGIN: Timeout value is now properly honored. Set it to 0 if you want to wait MAX_TIMEOUT value (default to 900 seconds but you can change it via the SET PREFERENCE MAX_TIMEOUT TO value).
  • PLUGIN: Added support for REAL Server and REAL SQL Server protocol, just set the db.useREALServer As Boolean property BEFORE db.Connect.
    Version 4.1.0 (August 02th, 2011)
  • SERVER: PING timeout is now a per connection property (and not a global property)
  • SERVER: Fixed a Linux memory leak
  • SERVER: Fixed a couple of possible crashes
  • SERVER: Fixed some Authorization plugin related issues
  • SERVER: Fixed an issue related to the SHOW DATABASE INFO command
  • SERVER: Foreign key support is now ON by default
  • SERVER: Fixed a crash related to custom plugins
  • SERVER: Added RENAME DATABASE custom command
  • SERVER: Added SET BASE64 REGISTRATION TO name WITH KEY value custom command
  • SERVER: Fixed a couple of JSON related issues
  • SERVER: Fixed some issues related to Win32 Service Manager
  • SERVER: Admin privileges associated to a database should now work in the same way as REAL Server
  • SERVER: Added support for Prepared statements
  • SERVER: Updated sqlite to the latest 3.7.7.1 version
  • SERVER: Other small fixes and optimizations
  • ADMIN: Fixed a nil object exception in the Console Panel
  • ADMIN: Added the News Panel
  • ADMIN: MVCC enable/disable is now a button
  • C SDK: Added support for Prepared statements
  • PLUGIN: Updated SDK with some more client related functions
  • OSX: Fixed a crash in the OSX PrefPane
    Version 4.0.0 (May 24th, 2011)
  • First new 4.0 public release