Subject Re: [firebird-support] How Firebird Indexes GUID fields?
Author Scott Price
Hi Martijn,


Thank you for your swift answer. :)


> Given that Firebird doesn't have a GUID datatype
> - what answer are you expecting?

Given that the Firebird ADO.NET Provider SDK Documentation - v1.7.1
FbDbType Enumeration lists GUID as a data type, I am assuming this is
being considered for future version of the db? I also assume this is
being created as a string/char field currently.

One of the nicer new features of ECO is the ability to store the objects
using GUIDs as their key, and ideally I would like to optomize the
performance of the PersistenceMapper for selects primarily based on
records with this type of GUID stored as their key in their current form.


Regards,


Scott :)