Releases
- Posted by Matt Lewis <matthewwalkerlewis at gmail.com> Dec 05, 2005
- 524 views
I've released the newest versions of matheval, EuSQL, wxEDB and wxIDE. All should appear soon on the recent contributions, but you can go direct and get wxEDB and wxIDE from SourceForge: http://prdownloads.sourceforge.net/wxeuphoria/wxedb-1-27-1.zip?download http://prdownloads.sourceforge.net/wxeuphoria/wxIDE-0-4-1.zip?download Here are the change logs: matheval: Version 1.64 * Added parsing, pretty print for MATRIX, TRANSPOSE * Added SCRIPT operator to allow running files * Initialization in solveval was incorrect ( NOT pretty print initialization should have been for EQUALS ) * Added '<>' (not equals) to booleval.e EuSQL: v0.77.3 12/05/05 * Fixed create_field() so that it updates existing records * Implemented drop_field() * Fixed bug that could cause a crash when malformed, multiple joins in sql statement * Better determination of calculated fields' datatypes * Added checks for valid field and index names in create_index() * Uses matheval v1.64 (added <> operator for 'not equal to') * Fixed bug that could cause joins with where clauses to fail * Fixed docs for get_next_autonumber() * Text inside of single quotes wasn't processed correctly * Improved error message when incorrect field is specified * Optimized simple case of "SELECT COUNT(*) FROM TABLE_NAME" * Fixed an indexing bug that wouldn't properly update an index when all records for a certain value were deleted wxIDE: v0.4.1 + Optimized clipboard pastes. Large pastes now much faster. + GUI changes weren't being saved to database properly + Removed limit of 35 open files + File names no longer added to the Project Menu + New option to specify a custom error file for custom interpreter profiles + On Windows, adds the drive letter if an ex.err report omitted it + Fixed GUI bugs wxEDB: * v1.27.1 - Uses EuSQL v0.77.3(see EuSQL Documentation for details) - Uses wxEuphoria v0.8.0 - Fixed table import to allow non-generated primary key to be of any data type - Fixed table import data type determination for atom data types - Multi-line sql statements now properly stored and recalled - Fixed crash when ODBC table selected - Field order changes weren't saved unless they changed the primary key - Fixed recent file menu - ODBC queries saved - Recent files and queries saved upon change - Settings are saved on crash (if run under Euphoria 2.5 or later) - Added a toolbar - Added option to clear all data from a table Matt Lewis