PC Review


Reply
Thread Tools Rate Thread

[ANN] Firebird ADO.NET Data Provider 1.6.1 released

 
 
=?ISO-8859-1?Q?Carlos_Guzm=E1n_=C1lvarez?=
Guest
Posts: n/a
 
      13th Aug 2004
Hello:

The Firebird ADO.NET Data Provider 1.6.1 is available for download.

Release notes can be found here:

http://www.firebirdsql.org/index.php...pic=1092389058

Download information can be found here:

http://www.firebirdsql.org/index.php...id=netprovider



Release notes:

1.6.1 ( 2004-08-13 )
----- - ---- -- -- -

* Bug Fixes (Please review the changelog for details)

- Fixed bug #1007104

- Fixed bug #995178

- Fixed bug #998002

- Fixed bug #1000160

- Fixed bug #1003519

* Removed the limitation of one DataReader per connection.
(Now you can have many DataReader's per connection and only
one per command).

* Changes on Database schema support:

* All source files has been renamed to remove
the Schema suffix (FbTablesSchema.cs -> FbTables.cs)
The same for the class names.

* There are a new 'Restrictions' schema that will
return the restriction columns for each schema.

* There are new columns in some schemas:

XXXX_CATALOG
XXXX_SCHEMA

That will make the returned schemas more
general and compatible with other databases
(what will be nice for .net 2.0 as the schema
support is in the System.Data.Common.DbConnection
class)

These new columns are restriction columns as
well (the value will be null always)

* New schemas.

- DataTypes. Returns the data types information.

- MetaDataCollections. Returns all the supported schemas,
and the number of restrictions of each one

- Restrictions. Returns the restriction columns of each schema.

* New FbConnection methods.

- GetChema()
- GetSchema(string)
- GetSchema(string[])

* Changes on the names of the FbDbSchemaType elements to remove
the underscore.

** Some of the changes in the Schema Results are: **

* Columns Schema.

- The COLUMN_DATA_TYPE now holds the datatype name.

- Added new IS_ARRAY column.

- Removed PROVIDER_TYPE, PRIMARY_KEY and UNIQUE_KEY columns.
(The reason is that the query with that columsn gets a lot time to be
executed
in databases with complex metadata)

* Tables schema.

- The IS_SYSTEM_TABLE column now will have aloways 0/1 as values.

- Not it's no possible to filter by the IS_SYSTEM_TABLE column,
instead filter by TABLE_TYPE can be done using:

a. TABLE
b. VIEW
c. SYSTEM TABLE

* Domains Schema.

- The COLUMN_DATA_TYPE now holds the datatype name.

* ProcedureParameters Schema.

- The COLUMN_DATA_TYPE now holds the datatype name.

* ViewColumnUsage Schema.

- The COLUMN_DATA_TYPE now holds the datatype name.

* Generators schema.

* The IS_SYSTEM_GENERATOR column now will have always 0/1 as
values.

* Functions schema.

* The IS_SYSTEM_FUNCTION column now will have always 0/1 as values.

* Triggers schema.

* The IS_SYSTEM_TRIGGER column now will have always 0/1 as values.

* ForeignKeys schema:

* The order of the restriction columns is changed:

1. PK_TABLE_CATALOG
2. PK_TABLE_SCHEMA
3. PK_TABLE_NAME
4. FK_TABLE_CATALOG
5. FK_TABLE_SCHEMA
6. FK_TABLE_NAME


CVS Tag: NP_1_6_1


--
Best regards

Carlos Guzmán Álvarez
Vigo-Spain
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[ANN] Firebird ADO.NET Data Provider 1.6.2 released =?UTF-8?B?Q2FybG9zIEd1em3DoW4gw4FsdmFyZXo=?= Microsoft C# .NET 0 10th Sep 2004 05:40 PM
[ANN] Firebird ADO.NET Data Provider 1.6.1 released =?ISO-8859-1?Q?Carlos_Guzm=E1n_=C1lvarez?= Microsoft C# .NET 0 13th Aug 2004 10:44 AM
[ANN] Firebird .NET Data Provider 1.5.1 released =?ISO-8859-1?Q?Carlos_Guzm=E1n_=C1lvarez?= Microsoft VB .NET 1 26th Feb 2004 10:21 AM
[ANN] Firebird .NET Data Provider 1.5.1 released =?ISO-8859-1?Q?Carlos_Guzm=E1n_=C1lvarez?= Microsoft ADO .NET 0 26th Feb 2004 09:27 AM
[ANN] Firebird .NET Data Provider 1.5 released =?ISO-8859-1?Q?Carlos_Guzm=E1n_=C1lvarez?= Microsoft ADO .NET 4 21st Feb 2004 09:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:00 AM.