{"id":18824681,"url":"https://github.com/embarcadero/ib.netdataprovider","last_synced_at":"2025-04-14T01:31:17.309Z","repository":{"id":52189105,"uuid":"360184134","full_name":"Embarcadero/IB.NETDataProvider","owner":"Embarcadero","description":"InterBase database .NET Data Provider","archived":false,"fork":false,"pushed_at":"2025-04-04T14:36:59.000Z","size":1787,"stargazers_count":13,"open_issues_count":7,"forks_count":7,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-11T22:55:45.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Embarcadero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-21T13:38:40.000Z","updated_at":"2025-04-03T19:33:36.000Z","dependencies_parsed_at":"2025-04-03T20:24:50.839Z","dependency_job_id":"fd11b29c-50a6-42b2-9866-b772f7fc8c2f","html_url":"https://github.com/Embarcadero/IB.NETDataProvider","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embarcadero%2FIB.NETDataProvider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embarcadero%2FIB.NETDataProvider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embarcadero%2FIB.NETDataProvider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Embarcadero%2FIB.NETDataProvider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Embarcadero","download_url":"https://codeload.github.com/Embarcadero/IB.NETDataProvider/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248492944,"owners_count":21113162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T00:57:09.023Z","updated_at":"2025-04-14T01:31:17.291Z","avatar_url":"https://github.com/Embarcadero.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InterBase .NET Data Provider\n\n# 10.0.3 Summary\n\n# IMPORTANT - Do not use 10.0.2 if needing to make remote connections.\n* Fixed bugs in connecting to remote databases and Asynchronously attaching to remote services.\n* Added support for Instance Name (Instance in the ConnectionString) for services\n\n# 10.0.2 Summary\n\n## EFCore and primary driver brought up to Fb 10.x equivalent\n\n* Better EFCore 6.0 support\n* EFCore is now .NET 8.0 only, if you need Net 6.0 support use 7.14.6 (which supports EFCore 6.0 also)\n* Primary driver now supports Async calls.\n* Primary driver now always treats ISC_DOUBLE as type double in .NET.  Before it could be Decimal even though the .Value would always be a double.  This can have backwards compatibility issues.  It should only affect columns that started life in Dialect 1 and were Numeric(10+, 1+) and is either still D1 or the DB is now D3 but the column was never converted to a scaled integer.\n\n# 7.14.6 Summary\n\n* Fixed MacOS determining and loading code, so should work on MAC both Default and Embedded\n\n# 7.14.0 Summary (released as part of 7.14.6)\n\n## Better Code page support.\n* if System.Text.Encoding.CodePages can be loaded the ANSI code pages are available when the data's code page is null.  Previously high byte characters would fail assuming UTF8 could handle it.\n* This might require adding System.Text.Encoding.CodePages.dll to your project on existing projects.\n\n## Better Dialect 1 support - Returns Double as the data type for SQL_D_DOUBLE types instead of scaled int64\n\n## Support for Generating the Schema data that mirrors the old Dbx based ADO.NET driver\n* Note that the current ADO.NET driver is not meant to be backwards compatible, but in this instance it was decided to make this portion backwards.\n* IBDBXLegacyTypes.IncludeLegacySchemaType added.  Default is false, when true outputs schema data like the old DBX based driver did (types, names etc)\n\nMore information at the following links:\n\n* [Providers](NETProvider/Provider/README.md)\n\t* [ADO.NET provider](NETProvider/Provider/docs/ado-net.md)\n\t* [Entity Framework 6 provider](NETProvider/Provider/docs/entity-framework-6.md)\n\t* [Entity Framework Core provider](NETProvider/Provider/docs/entity-framework-core.md)\n\t* [Services - Backup](NETProvider/Provider/docs/services-backup.md)\n\t* [Events](NETProvider/Provider/docs/events.md)\n\t* [ADO.NET - Schema](NETProvider/Provider/docs/ado-net-schema.md)\n* [DDEX provider](NETProvider/DDEX/readme.md)\n\n| NuGets | Version | Downloads |\n|--------|---------|-----------|\n| [InterBaseSql.Data.InterBaseClient](https://www.nuget.org/packages/InterBaseSql.Data.InterBaseClient) | ![InterBaseSql.Data.InterBaseClient](https://img.shields.io/nuget/v/InterBaseSql.Data.InterBaseClient.svg) | ![InterBaseSql.Data.InterBaseClient](https://img.shields.io/nuget/dt/InterBaseSql.Data.InterBaseClient.svg) |\n| [InterBaseSql.EntityFrameworkCore.InterBase](https://www.nuget.org/packages/InterBaseSql.EntityFrameworkCore.InterBase) | ![InterBaseSql.EntityFrameworkCore.InterBase](https://img.shields.io/nuget/v/InterBaseSql.EntityFrameworkCore.InterBase.svg) | ![InterBaseSql.EntityFrameworkCore.InterBase](https://img.shields.io/nuget/dt/InterBaseSql.EntityFrameworkCore.InterBase.svg) |\n\n| GitHub |  |\n|--------|--|\n| Downloads | ![Downloads](https://img.shields.io/github/downloads/Embarcadero/IB.NETDataProvider/total.svg) |\n| Code size | ![Code size](https://img.shields.io/github/languages/code-size/Embarcadero/IB.NETDataProvider) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembarcadero%2Fib.netdataprovider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembarcadero%2Fib.netdataprovider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembarcadero%2Fib.netdataprovider/lists"}