Subject | Re: [firebird-support] How Firebird Indexes GUID fields? |
---|---|
Author | Scott Price |
Post date | 2005-10-17T13:13:29Z |
Hi Martijn,
Thank you for your swift answer. :)
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 :)
Thank you for your swift answer. :)
> Given that Firebird doesn't have a GUID datatypeGiven that the Firebird ADO.NET Provider SDK Documentation - v1.7.1
> - what answer are you expecting?
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 :)