Re: [Firebird-net-provider] Entity Framework, Firebird and Guid

2009-07-01 Thread Jiri Cincura
Put it as FR into tracker. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://www.ID3renamer.com -- ___ Firebird-net-provider mailing list Firebird-net-p

Re: [Firebird-net-provider] Entity Framework, Firebird and Guid

2009-06-16 Thread Mercea Paul
> > Firebird doesn't have direct support for guids. > > Not native in Firebird but maybe with your Provider. By using > "smallint_bool" in the ssdl i can use boolean in entities which isn't > supported too. When i follow your advise from here >

Re: [Firebird-net-provider] Entity Framework, Firebird and Guid

2009-06-15 Thread Jonas Blaausgedacht
> Firebird doesn't have direct support for guids. Not native in Firebird but maybe with your Provider. By using "smallint_bool" in the ssdl i can use boolean in entities which isn't supported too. When i follow your advise from here

Re: [Firebird-net-provider] Entity Framework, Firebird and Guid

2009-06-15 Thread Jiri Cincura
Firebird doesn't have direct support for guids. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new

[Firebird-net-provider] Entity Framework, Firebird and Guid

2009-06-15 Thread Jonas Blaausgedacht
Hello, when i create a SQL-Server database with an "uniqueidentifier" typed field as primary key the entity wizard creates an entity with a "System.Guid" typed field. Is something like that possible with FirebirdSQL? It would be really usefull if i can have "System.Guid" as a field in an entity