| Item# | Category | Description |
| #749 (Feature) | Firebird Module | Complete Firebird 2.0 support |
| #842 (Feature) | Printing | Need a way to print editor contents |
| #763 (Feature) | Schema Compare | Suppress default character set during comparison |
| #263 (Feature) | Schema Migrator | Migrate Foreign Keys for ODBC drivers that support it |
| #845 (Enhancement) | Data Export/Import | Slow CSV import with large numbers of columns |
| #871 (Enhancement) | Firebird Module | Running scripts without "set term" |
| #585 (Enhancement) | General | No longer clear the parameter history in the SQL Editor unless the (number of) parameters has changed |
| #588 (Enhancement) | General | BLOB editor does not work on last record |
| #693 (Enhancement) | General | Ability to save Stored Procedure/Function parameters for run/debug |
| #703 (Enhancement) | General | Ability to delete items from the procedure parameter history on Run/Debug procedure |
| #741 (Enhancement) | General | SP Debugging/run parameters history improvements |
| #773 (Enhancement) | General | Ability to extract table DDL without primary key constraint |
| #790 (Enhancement) | General | Make INSERT/OVERWRITE mode visual by changing caret (cursor) when on a character |
| #805 (Enhancement) | General | Ability to reset "fetch all" setting when starting the application |
| #40 (Enhancement) | InterBase Module | Running scripts without "set term" |
| #932 (Enhancement) | MS SQL Module | Table Editor supports editting default of existing columns |
| #792 (Enhancement) | MySQL Module | Support for the BOOLEAN synonym for TINYINT(1) |
| #884 (Enhancement) | MySQL Module | Ability to set connecting characterset for MySQL 4.1 and up |
| #752 (Bug) | Data Export/Import | Export Data in dbase format - values not correct when there's an auto-inc column |
| #764 (Bug) | Data Export/Import | CSV import chokes on optional " text enclose character |
| #801 (Bug) | Data Export/Import | CSV export has double quotes around NULL values |
| #802 (Bug) | Data Export/Import | XML data export fails with "file in use" |
| #876 (Bug) | Data Export/Import | Importing using TAB as a column delimiter fails on empty fields |
| #892 (Bug) | Data Export/Import | Exporting negative integers to .dbf changes the value to 0. |
| #913 (Bug) | Data Export/Import | Exported date format (standard SQL) for INSERT statements in MySQL is incorrect |
| #914 (Bug) | Data Export/Import | "Next" button doesn't become enabled after selecting DWX file to save in Export Multiple Tables |
| #744 (Bug) | DataPump | Command line datapump fails to connect to source database despite correct parameters |
| #814 (Bug) | DataPump | Enabling/disable indices fails on dialect 1 databases |
| #828 (Bug) | DataPump | "database" box for MS SQL is too narrow |
| #861 (Bug) | DataPump | It appears that a single source column can be assigned to multiple destination columns, but this fails. |
| #905 (Bug) | DataPump | Problem when grouping all actions in a single transaction |
| #686 (Bug) | Firebird Module | Triggers named CHECK<something> won't show |
| #760 (Bug) | Firebird Module | Debugger returns timestamp as float |
| #766 (Bug) | Firebird Module | Removing NULL flag/default from columns fails on mixed case tables |
| #775 (Bug) | Firebird Module | Stored Procedure syntax check/debug hangs |
| #806 (Bug) | Firebird Module | UDFs with BLOB as the return argument generate faulty DDL |
| #809 (Bug) | Firebird Module | External functions DDL sometimes incorrect, editor can't handle all cases. |
| #811 (Bug) | Firebird Module | Access violation when removing UDF argument from Editor |
| #826 (Bug) | Firebird Module | Debugger doesn't support [NOT] STARTING WITH outside SQL statements |
| #869 (Bug) | Firebird Module | When duplicating a table, the duplicated primary key object has the same name as it's original if not editted before saving |
| #908 (Bug) | Firebird Module | TRIM not recognized in Stored Procedure debugger/syntax check |
| #922 (Bug) | Firebird Module | Debugger fails on cast date to certain char length, while Firebird runs just fine |
| #944 (Bug) | Firebird Module | Error viewing of last BLOB in BLOB editor and moving through them |
| #946 (Bug) | Firebird Module | Stored Procedure Plan Analysis fails on some FOR EXECUTE STATEMENT statements |
| #977 (Bug) | Firebird Module | page sizes for "new database" and "restore database" are different |
| #277 (Bug) | General | Creating a PK by using checkboxes in the Table Editor for an existing table doesn't show a PK-object |
| #684 (Bug) | General | No copy/paste popup menu in edit parameter values dialog |
| #692 (Bug) | General | When debugging a select-able Stored Procedure, 1 extra row is returned |
| #707 (Bug) | General | Memory leak in query parameter cache in SQL Editor |
| #740 (Bug) | General | Memory leak in "available database connections" for each server registration |
| #745 (Bug) | General | BLOB Editor small bugs |
| #761 (Bug) | General | External Functions in COMPUTED BY columns not found by Search or Dependencies |
| #776 (Bug) | General | Closing the application on a multi-monitor system may cause a startup failure once monitor is removed |
| #784 (Bug) | General | The bottom Data panel is sometimes hidden when opening a new SQL Editor |
| #787 (Bug) | General | Columns not being resized in Visual Query Builder query test results |
| #788 (Bug) | General | Status panel shows highlighted (blue) 'Create database ...' icon and text when it should not do this. |
| #831 (Bug) | General | Extract DDL for Procedures including DROP returns faulty DDL for InterBase & Firebird |
| #836 (Bug) | General | Grant manager doesn't provide feedback on failed grants and doesn't refresh properly for failed grants |
| #837 (Bug) | General | Refresh List on Tables won't create a "primary key" object assigned to the table |
| #846 (Bug) | General | Warning when deleting all rows doesn't mention table name |
| #883 (Bug) | General | When duplicating objects, the DDL isn't recorded when using the statement recorder |
| #933 (Bug) | General | SQL Server's Data path is wrong |
| #941 (Bug) | General | Selecting "Debug" from the popup menu in the Navigator raises Access Violation |
| #952 (Bug) | General | SQL Insight doesn't double quote field names with spaces/special characters |
| #980 (Bug) | General | SQL Insight fails inserting text properly when "in context" |
| #685 (Bug) | InterBase Module | Triggers named CHECK<something> won't show |
| #759 (Bug) | InterBase Module | Debugger returns timestamp as float |
| #767 (Bug) | InterBase Module | Removing NULL flag/default from columns fails on mixed case tables |
| #774 (Bug) | InterBase Module | Stored Procedure syntax check/debug hangs |
| #807 (Bug) | InterBase Module | UDFs with BLOB as the return argument generate faulty DDL |
| #810 (Bug) | InterBase Module | External functions DDL sometimes incorrect, editor can't handle all cases. |
| #812 (Bug) | InterBase Module | Access violation when removing UDF argument from Editor |
| #827 (Bug) | InterBase Module | Debugger doesn't support [NOT] STARTING WITH outside SQL statements |
| #870 (Bug) | InterBase Module | When duplicating a table, the duplicated primary key object has the same name as it's original if not editted before saving |
| #923 (Bug) | InterBase Module | Debugger fails on cast date to certain char length, while InterBase runs just fine |
| #970 (Bug) | InterBase Module | page sizes for "new database" and "restore database" are different |
| #709 (Bug) | MS SQL Module | SQL Editor doesn't always return a resultset for EXEC <procedure> while it should. |
| #734 (Bug) | MS SQL Module | Not possible to connect to a Sqlserver 6.5 database. |
| #739 (Bug) | MS SQL Module | Trigger source parse fails on certain triggers, source mangled |
| #882 (Bug) | MS SQL Module | Refresh List on Indices causes error on SQL 2005 |
| #897 (Bug) | MS SQL Module | SQL2005: Block when using "Options" on a database that the user used in server registration doesn't have access to |
| #898 (Bug) | MS SQL Module | Getting server user information fails when "Windows Authentication" is used without proper permissions |
| #899 (Bug) | MS SQL Module | Browsing for a folder raises "cannot find xp_available_media" |
| #900 (Bug) | MS SQL Module | SQL error after attaching database with numerical name or a name that includes special characters |
| #926 (Bug) | MS SQL Module | Wrong Primary Key is shown for Primary Key-less table |
| #934 (Bug) | MS SQL Module | In SQL 2005, numerical defaults have brackets around them |
| #945 (Bug) | MS SQL Module | Sometimes an invalid COLLATE clause is included for columns with a custom type |
| #702 (Bug) | MySQL Module | Plan analysis in SQL Editor doesn't get cleared between queries |
| #736 (Bug) | MySQL Module | MySQL Object Templates are missing |
| #758 (Bug) | MySQL Module | MySQL: Check & Repair Tables fails to open when there are corrupt tables |
| #804 (Bug) | MySQL Module | Adding/removing a parameter from a stored function doesn't do the "changed" state |
| #825 (Bug) | MySQL Module | Fetching indices raises "field 'table_name' not found" on table "STATUS" |
| #838 (Bug) | MySQL Module | Dropping a table from the Navigator can sometimes cause a "table does not exist" error |
| #841 (Bug) | MySQL Module | Primary key metadata sometimes lists wrong columns |
| #894 (Bug) | MySQL Module | Grant manager doesn't show grants for tables and views |
| #895 (Bug) | MySQL Module | Grant manager doesn't list grants for mixed case functions and procedures |
| #957 (Bug) | MySQL Module | deleting an account in usermanager deletes the wrong one visually, but correct on server |
| #765 (Bug) | NexusDB Module | Character string default on SHORTSTRING datatype not quoted |
| #777 (Bug) | NexusDB Module | NexusDB extension "EMPTY" for DEFAULT isn't handled |
| #778 (Bug) | NexusDB Module | Date/Time defaults should be prefixed by their type |
| #796 (Bug) | NexusDB Module | Adding/removing a parameter from a stored function doesn't do the "changed" state |
| #916 (Bug) | NexusDB Module | Exception on "Data" tab in Stored Function Editor if the function updates tables |
| #917 (Bug) | NexusDB Module | Cannot use input parameters of type "GUID" in Stored Procedure or Function Editor on "Results" tab |
| #737 (Bug) | Oracle Module | Refresh List on Triggers won't add new triggers |
| #797 (Bug) | Oracle Module | "delete all rows" from Navigator doesn't work if it's not in your schema |
| #803 (Bug) | Oracle Module | Saving Stored Procedure returns assertion error/list index out of bounds |
| #839 (Bug) | Oracle Module | ALTER trigger in trigger editor can fail with "table or view does not exist" if the table is not in your schema |
| #890 (Bug) | Oracle Module | Access violation when saving a new package |
| #891 (Bug) | Oracle Module | List index out of bounds when opening editor for certain invalid Stored Functions |
| #906 (Bug) | Oracle Module | Index-Organized system generated overflow tables (named: SYS_ something) are shown |
| #907 (Bug) | Oracle Module | BUFFER POOL storage attribute not in DDL for non-new tables |
| #947 (Bug) | Oracle Module | Memory leak for Tablespace and Rollback segment objects |
| #896 (Bug) | Printing | Object description not printed for NexusDB objects |
| #974 (Bug) | Printing | Oracle "description" will never be printed |
| #795 (Bug) | Schema Compare | database compare report fields in different order but cannot correct or stop report |
| #816 (Bug) | Schema Compare | Comparing "default" for a column isn't done according to the Schema Migrator mapping, this results in differences |
| #817 (Bug) | Schema Compare | When PK-names differ in case, results are "constraint not found in source", which is incorrect |
| #853 (Bug) | Schema Compare | Access violation while collecting change script |
| #931 (Bug) | Schema Compare | changed default constraints not exported |
| #706 (Bug) | Schema Migrator | InterBase/Firebird BLOB to Oracle conversion raises Assertion Error |
| #956 (Bug) | Schema Migrator | not valid integer value error raised during migration from Oracle to Firebird or InterBase |
| #930 (Bug) | Test Data Generator | Random Values: Between X and Y -> Y is skipped |