A new release of the Firebird Eclipse plugin is available

A new release of the Firebird Eclipse plugin is available on
http://www.lawinegevaar.nl/firebird

Version 1.0.1.200907101543

Bugfix and ‘less-is-more’ release

Changes:
* Code cleanup
* More delegation to standard DTP implementation
* Sourcecode added to distribution

Usage of BOOLEAN and GUID types in Firebird and Interbase now available with IBProvider

 
GUID type is currently not supported by any Firebird and Interbase server, but it is frequently used by different clients (for example, in ADO Entity Framework).

Boolean type is supported by Interbase starting from 7th version and is not supported by Firebird server. IBProvider can work with this type, but it lacks support from other servers.

New release of IBProvider 3.0.0.7446 supports Guid and Boolean types at driver level, and now you can freely use these types in your applications irrespective of Interbase and Firebird server versions.

Absolutely fresh article of how to with types via IBProvider:
Usage of BOOLEAN and GUID types in Firebird and Interbase.

1 148 149 150 151 152 203