forked from FirebirdSQL/NETProvider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
36 lines (21 loc) · 896 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
ADO.NET Data Provider for Firebird
==================================
This project is supported by:
-----------------------------
Sean Leyne (Broadview Software)
SMS-Timing
Development list
----------------
You can subscribe to the developement list at:
https://groups.google.com/forum/#!forum/firebird-net-provider
You can access the lastest developement sources at:
https://github.com/FirebirdSQL/NETProvider
Reporting Bugs
--------------
There are two ways you can report bugs:
1. Sending it to the developement list.
2. Through the https://github.com/FirebirdSQL/NETProvider/issues.
3rd party code
--------------
For zlib compression the provider uses pieces from DotNetZip (http://dotnetzip.codeplex.com/) library.
For RC4 encryption the provider uses pieces from Bouncy Castle (https://www.bouncycastle.org/csharp/index.html) library.