Version History
| 1.2.1 | Bug Fixes |
| 1.2 | Maintenance Update |
| 1.1.1 | Maintenance Update |
| 1.1 | New FileMaker Pro 11 only Functions / Other bug fixes |
| 1.0.1 | New Server Edition / Misc. Improvements |
| 1.0 | Inital Public Release |
Version Detail
1.2.1 (2011-10-31)
- Fixes a bug that caused a tremendous slow down when returning large amounts of data from a query.
- Fixes an issue with Developer's License Keys not working correctly.
1.2 (2011-02-27)
- Plug-in core code has been completely rewritten from the ground up for speed and to take advantage of the latest operating system features.
- Long-standing issue with Runtimes not closing correctly on Windows has been resolved.
- The plug-in now requires .NET 3.5 on Windows.
- Windows plug-in is now much smaller in size.
1.1.1 (2010-06-14)
- Imported core plug-in updates from other CNS Plug-ins.
- Added a preference under FileMaker Pro 11 which makes the plug-in always use the newer SQL interface.
1.1 (2010-03-30)
- Imported several updates and changes from other CNS Plug-ins.
- Added MMQuery_GetAsSQLDate, MMQuery_GetAsSQLTime, and MMQuery_GetAsSQLTimestamp for converting dates, times, and timestamps into a format suitable for SQL Queries.
- Clarified Function and Parameter names in regards to Tables and Table Occurrences.
- Added MMQuery_ExecuteSQLEx function for FileMaker Pro 11.
- Added MMQuery_GetBaseTableNames for FileMaker Pro 11.
- Added MMQuery_GetRecordData, MMQuery_GetRecordDataColumnCount, and MMQuery_GetRecordDataRowCount for use with new FileMaker Pro 11 functions/features.
- Updated every function that takes a Table Occurrence as a parameter to allow for specifying a different open file under FileMaker Pro 11 using the "FileName.TOName" format.
- Updated the MMQuery_FindRecords function to support the RecordData functions under FileMaker Pro 11.
- Updated the MMQuery_GetTONames function to optionally take a FileName parameter under FileMaker Pro 11.