Neale Ferguson
|
a83e9cf4aa
Add SqlCredential support -
|
11 years ago |
Andres G. Aragoneses
|
5b1748a00a
[System.Data.SqlClient] Use DEFAULT_CONNECTIONLIFETIME const in the code
|
13 years ago |
James Lewis
|
859d71d005
[System.Data.SqlClient] Support for "Connection Lifetime" parameter
|
13 years ago |
Marek Safar
|
86b142e32e
Implement SqlConnection.DbProviderFactory. Fixes #7936
|
13 years ago |
Marek Safar
|
43d5e753ef
Revert "Fixes 4010. After working with Microsoft SQL Server experts it turns out we were able to drive so many packets to the server we were causing it grief. By increasing the packet level size this problem disappears."
|
13 years ago |
Neale Ferguson
|
8c26404371
Fixes 4010. After working with Microsoft SQL Server experts it turns out we were able to drive so many packets to the server we were causing it grief. By increasing the packet level size this problem disappears.
|
13 years ago |
Miguel de Icaza
|
8d3b80d4fb
[net_1_0] Finally all of NET_1_0 is gone from the source files
|
13 years ago |
Miguel de Icaza
|
ea978eba81
Fix my last commit
|
14 years ago |
Miguel de Icaza
|
30ae1f0cbf
Prevent race conditions for this cached variable, by using a temporary variable, fixes #2952
|
14 years ago |
Jb Evain
|
432d531126
Enable the System.Data build for monodroid
|
15 years ago |
Jonathan Pryor
|
0dd3c5f987
* Makefile: Add Mono.Data.Tds, System.Transactions, System.Data, and
|
16 years ago |
Veerapuram Varadhan
|
1aea1446a7
2009-08-17 Veerapuram Varadhan <[email protected]>
|
16 years ago |
Gonzalo Paniagua Javier
|
181d483558
2009-04-28 Gonzalo Paniagua Javier <[email protected]>
|
16 years ago |
Veerapuram Varadhan
|
e62e0f62e5
TDS 8 changes
|
17 years ago |
Gonzalo Paniagua Javier
|
c0ac3b7e2d
Improved TDS connection pooling
|
17 years ago |
Gonzalo Paniagua Javier
|
55bbc22620
Use IndexOf (char)
|
17 years ago |
Gonzalo Paniagua Javier
|
1bced9acdb
2008-12-20 Gonzalo Paniagua Javier <[email protected]>
|
17 years ago |
Gert Driesen
|
cd1071406b
* SqlConnection.cs (ClearPool): Added null check.
|
17 years ago |
Gert Driesen
|
82dd9fc53c
* TdsConnectionPool.cs: Added TdsConnectionPoolManager.GetConnection
|
17 years ago |
Marek Safar
|
02e9af391d
Warnings cleanup
|
17 years ago |
Gert Driesen
|
9fb7f7aad0
* SqlConnection.cs: Use constants for min/max values. When value is
|
17 years ago |
Gert Driesen
|
1f9160fe78
* SqlConnection.cs: Convert keywords to lowercase instead of uppercase
|
17 years ago |
Gert Driesen
|
e5b3cc5096
* SqlCommand.cs: Fixed order of arguments for ArgumentException in
|
17 years ago |
Gert Driesen
|
4c4ae3f815
* SqlConnection.cs: Use null as default value for connectionString
|
17 years ago |
Gert Driesen
|
8485db3629
* SqlConnection.cs(ChangeState): Return immediately when new state
|
17 years ago |
Rodrigo Kumpera
|
d786469a74
In .:
|
17 years ago |
Veerapuram Varadhan
|
9191732ff0
Do not call tds.Reset () as it is already done in the connection pool.
|
17 years ago |
Veerapuram Varadhan
|
33b4b7433b
Update according to the new return type of
|
17 years ago |
Marek Habersack
|
d1ee1bfd9c
2008-06-09 Ankit Jain <[email protected]>
|
17 years ago |
Gert Driesen
|
a323b7331e
* SqlConnection.cs: Added support for '.' as alias for localhost.
|
17 years ago |