Re: [Firebird-net-provider] Connection charset

2016-08-21 Thread Val
 How to cancel FBbackup/FbRestore service?

If I use cancelToken in c# Task I can't cancel service process. As a result, 
service continue execution in background  (with low speed).

So, the question is the following:

How to cancel service running from FBbackup/FbRestore.ServiceOutput?


>Воскресенье, 21 августа 2016, 10:09 +04:00 от Jiří Činčura :
>
>Hi *,
>
>I'm reading the JDBC-446 now and thinking we might do something similar. 
>
>The default connection charset of NONE is pretty wrong in most cases.
>For .NET it might make sense to change to default UTF8, which on the
>other hand is correct in a lot of cases. And devs can change it if they
>really know what they are doing. Not sure whether forcing to specify
>some charset, thus not having default, is good idea in .NET world.
>
>-- 
>Mgr. Jiří Činčura
>Independent IT Specialist
>
>--
>___
>Firebird-net-provider mailing list
>Firebird-net-provider@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


-- 
Best regards,
Valery
--
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Trouble with ADO.Net Provider and connection pool

2016-08-21 Thread Jardar Maatje
Hi

Any plans on when this issue will be fixed?

21. aug. 2016 20.55 skrev "Jiří Činčura" :

> > Is this the cause, and if so when will this be fixed?
>
> Check the http://tracker.firebirdsql.org/browse/DNET-668 . That's like
> superset of the solution.
>
> > Also is there any good ways to work around this problem?
>
> Cleaning the pool is probably the best workaround you can get right now.
>
> --
> Mgr. Jiří Činčura
> Independent IT Specialist
>
> 
> --
> ___
> Firebird-net-provider mailing list
> Firebird-net-provider@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>
--
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Trouble with ADO.Net Provider and connection pool

2016-08-21 Thread Jiří Činčura
> Is this the cause, and if so when will this be fixed?

Check the http://tracker.firebirdsql.org/browse/DNET-668 . That's like
superset of the solution. 

> Also is there any good ways to work around this problem?

Cleaning the pool is probably the best workaround you can get right now.

-- 
Mgr. Jiří Činčura
Independent IT Specialist

--
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] Next release of Firebird Net Provider

2016-08-21 Thread rwoszczyk
Dear Firebird developers,


I am writing to ask when the next version of Firebird Net provider with latest 
bug fixes is intended to release ?

Thank you in advance.

Kind regards
robert

--
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Connection charset

2016-08-21 Thread Mark Rotteveel
On 21-8-2016 08:09, Jiří Činčura wrote:
> Hi *,
>
> I'm reading the JDBC-446 now and thinking we might do something similar.
>
> The default connection charset of NONE is pretty wrong in most cases.
> For .NET it might make sense to change to default UTF8, which on the
> other hand is correct in a lot of cases. And devs can change it if they
> really know what they are doing. Not sure whether forcing to specify
> some charset, thus not having default, is good idea in .NET world.
>

For background: 
http://www.firebirdsql.org/file/documentation/drivers_documentation/java/3.0.0-alpha-1/release_notes.html#connection-rejected-without-an-explicit-character-set

I have considered making UTF8 the default for Jaybird, but I decided 
that an "in your face" error message would be better to get people to 
think about their connection character set, especially as Jaybird 3 has 
other changes with character set behavior for connection character set NONE.

It is a decision that I may regret in a few months ;), and future 
Jaybird versions might default to UTF8.

Mark
-- 
Mark Rotteveel

--
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] Connection charset

2016-08-21 Thread Jiří Činčura
Hi *,

I'm reading the JDBC-446 now and thinking we might do something similar. 

The default connection charset of NONE is pretty wrong in most cases.
For .NET it might make sense to change to default UTF8, which on the
other hand is correct in a lot of cases. And devs can change it if they
really know what they are doing. Not sure whether forcing to specify
some charset, thus not having default, is good idea in .NET world.

-- 
Mgr. Jiří Činčura
Independent IT Specialist

--
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] [FB-Tracker] Created: (DNET-694) Remove CAS

2016-08-21 Thread Jiri Cincura (JIRA)
Remove CAS
--

 Key: DNET-694
 URL: http://tracker.firebirdsql.org/browse/DNET-694
 Project: .NET Data provider
  Issue Type: Task
  Components: ADO.NET Provider
Affects Versions: 5.0.5.0
Reporter: Jiri Cincura
Assignee: Jiri Cincura
Priority: Trivial


CAS is basically not used (if it ever was), so it's safe to remove it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] [FB-Tracker] Created: (DNET-693) Cache None and Octets checks in Charset

2016-08-21 Thread Jiri Cincura (JIRA)
Cache None and Octets checks in Charset
---

 Key: DNET-693
 URL: http://tracker.firebirdsql.org/browse/DNET-693
 Project: .NET Data provider
  Issue Type: Improvement
  Components: ADO.NET Provider
Affects Versions: 5.0.5.0
Reporter: Jiri Cincura
Assignee: Jiri Cincura


https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient/pull/58

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider