Re: [Firebird-net-provider] FbConnection.GetSchema() bool value not consistent

2008-01-12 Thread Jiri Cincura
On 1/12/08, VS-Polis <[EMAIL PROTECTED]> wrote: > could return bool values. But this implies creating for every schema command DataTable manually and keep it in sync with commands. Using our inheritance in Schema namespace makes this clear and easy to maintain. -- Jiri {x2} Cincura (Microsoft S

Re: [Firebird-net-provider] Bug in FbConnection.GetSchema("Columns")

2008-01-12 Thread Jiri Cincura
On 1/12/08, VS-Polis <[EMAIL PROTECTED]> wrote: > I installed and tried to test, but it fails with NullReferenceException Humm, the NAnt builds are again broken. I've uploaded manually build assembly. > Do I understand correctly that you don't change the latest stable > version, but the next prep

Re: [Firebird-net-provider] Missing files on SVN

2008-01-12 Thread Jiri Cincura
On 1/12/08, Carlos Guzmán Álvarez <[EMAIL PROTECTED]> wrote: > Attached to this email, sorry. Commited. -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - Check out

Re: [Firebird-net-provider] FbConnection.GetSchema() bool value not consistent

2008-01-12 Thread VS-Polis
Hi Jiri, I know this reason and understand. But I mean that the result DataTable could return bool values. Juergen Jiri Cincura wrote: > On 1/11/08, VS-Polis <[EMAIL PROTECTED]> wrote: > >> Example: GetSchema("Tables") has DataColumn "Is_System_Table" as short, >> but really is bool. >>

Re: [Firebird-net-provider] Bug in FbConnection.GetSchema("Columns")

2008-01-12 Thread VS-Polis
Hi Jiri, I installed and tried to test, but it fails with NullReferenceException on GetSchema("Tables") and all other CollectionNames. Using gacutil, I found out that the "weekly build" on http://netprovider.cincura.net/FirebirdSql.Data.FirebirdClient.dll has version 2.5.0.0 but not 2.1.0.0.

Re: [Firebird-net-provider] Missing files on SVN

2008-01-12 Thread Carlos Guzmán Álvarez
Hello: Hi Carlos, in project file for FirebirdClint (latest version) are two files that are not in SVN: StoreSchemaDefinition.ssdl StoreSchemaMapping.msl Could you please commit them? Attached to this email, sorry. OT: Seems that you'll have no free time. ;) :) -- Carlos Guzmán Álvar

Re: [Firebird-net-provider] FbConnection.GetSchema() bool values not consistent

2008-01-12 Thread Jiri Cincura
On 1/11/08, VS-Polis <[EMAIL PROTECTED]> wrote: > Example: GetSchema("Tables") has DataColumn "Is_System_Table" as short, > but really is bool. Weel, it's because rdb$system_flag is short and table definition is done from select (and in FB there's no bool datatype). -- Jiri {x2} Cincura (Microso

Re: [Firebird-net-provider] Bug in FbConnection.GetSchema("Columns")

2008-01-12 Thread Jiri Cincura
Hi, it should be fixed now in SVN (and in weekly build). Now the bahavior is like isql. Please test. -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - Check out the

[Firebird-net-provider] [FB-Tracker] Created: (DNET-153) Handling NULL values in schema command

2008-01-12 Thread Jiri Cincura (JIRA)
Handling NULL values in schema command -- Key: DNET-153 URL: http://tracker.firebirdsql.org/browse/DNET-153 Project: .NET Data provider Issue Type: Task Components: ADO.NET Provider R