Re: [Firebird-devel] Memory manager cleanup / external libraries

2021-04-19 Thread Adriano dos Santos Fernandes
On Thu, Apr 15, 2021 at 3:28 PM Adriano dos Santos Fernandes < adrian...@gmail.com> wrote: > On 15/04/2021 15:05, Alex Peshkoff via Firebird-devel wrote: > > On 4/15/21 8:21 PM, Adriano dos Santos Fernandes wrote: > > > >>> Can you send me full test (or patch)? I want ot test on Android. > >>> >

Re: [Firebird-devel] Charset of plugin configuration parameters

2021-04-19 Thread Alex Peshkoff via Firebird-devel
On 4/19/21 6:59 PM, Dimitry Sibiryakov wrote: 19.04.2021 17:52, Alex Peshkoff via Firebird-devel wrote: Telling true I doubt that separating ANSI from UTF8 is actual - noone (well, almost noone) will use utf8 on windows or ANSI on linux. What may be interesting (and does cause troubles) is

Re: [Firebird-devel] Charset of plugin configuration parameters

2021-04-19 Thread Dimitry Sibiryakov
19.04.2021 17:52, Alex Peshkoff via Firebird-devel wrote: Telling true I doubt that separating ANSI from UTF8 is actual - noone (well, almost noone) will use utf8 on windows or ANSI on linux. What may be interesting (and does cause troubles) is separating OEM vs. ANSI on windows. Notepad

Re: [Firebird-devel] Charset of plugin configuration parameters

2021-04-19 Thread Alex Peshkoff via Firebird-devel
On 4/19/21 6:43 PM, Dimitry Sibiryakov wrote:  In my own recent config parsers I separate ANSI files from UTF-8 files by BOM and handle them accordingly but I use Unicode for internal processing which Firebird doesn't. Telling true I doubt that separating ANSI from UTF8 is actual - noone

Re: [Firebird-devel] Charset of plugin configuration parameters

2021-04-19 Thread Dimitry Sibiryakov
19.04.2021 17:33, Alex Peshkoff via Firebird-devel wrote: Before discussing charset of returned config parameters we should what charset is used for .conf files. As far as I'm aware it's not standartized now. That's why I created CORE-5198 years ago. Probably most of .conf files are filled

Re: [Firebird-devel] Charset of plugin configuration parameters

2021-04-19 Thread Alex Peshkoff via Firebird-devel
On 4/15/21 8:30 PM, Dimitry Sibiryakov wrote: 15.04.2021 18:28, Alex Peshkoff via Firebird-devel wrote: It transfers data from config file 'as is', I suppose that matches charset none.  If parameter's value is a connection string or an user name it would cause troubles for using them.

Re: [Firebird-devel] travis-ci.org => travis-ci.com

2021-04-19 Thread Adriano dos Santos Fernandes
On 19/04/2021 08:19, Adriano dos Santos Fernandes wrote: > On 19/04/2021 03:53, Mark Rotteveel wrote: > >> >> I was able to get extra credits from Travis CI, but maybe we should do >> what Dimitry suggested, and migrate to GitHub Actions. >> > > We are already on GitHub Actions. > > We only

Re: [Firebird-devel] travis-ci.org => travis-ci.com

2021-04-19 Thread Adriano dos Santos Fernandes
On 19/04/2021 03:53, Mark Rotteveel wrote: > > I was able to get extra credits from Travis CI, but maybe we should do > what Dimitry suggested, and migrate to GitHub Actions. > We are already on GitHub Actions. We only lack Ubuntu build for v3 (but have Alpine build). When I tried Ubuntu for

Re: [Firebird-devel] travis-ci.org => travis-ci.com

2021-04-19 Thread Mark Rotteveel
On 16-04-2021 18:25, Mark Rotteveel wrote: On 16-04-2021 16:23, Mark Rotteveel wrote: https://github.com/FirebirdSQL/firebird currently uses travis-ci.org for the build, but this must be migrated to travis-ci.com, as travis-ci.org will shutdown soon. See also