Re: [Firebird-devel] Usage of 32b version of Firebird

2021-02-02 Thread Ismael L. Donis Garcia
I am a simple user, so I must accommodate their policies. But I embrace this 
idea.


Congratulations to all for your work
--
Ismael

- Original Message - 
From: "Dmitry Yemanov" 
To: "For discussion among Firebird Developers" 


Sent: Tuesday, February 02, 2021 9:07 AM
Subject: Re: [Firebird-devel] Usage of 32b version of Firebird



02.02.2021 16:47, Mark Rotteveel wrote:


A policy that says for example that Firebird 4.0 is the last to provide 
x86-32 builds might be good enough.


I'd suggest to keep x86 builds for the v4.x series and remove them from v5 
onwards (but keep the codebase compilable on 32-bits). Whether v5 x86 
packages will be snapshot-only or built by 3rd parties or completely 
absent -- to be decided later.


+1




Dmitry



Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel







Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] use applications with new firebird server

2020-11-24 Thread Ismael L. Donis Garcia

Thanks a million. it works ok

Although in the short time of testing I see it slower than version 2.5.9, I 
continue to test


Best Regards
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
- Original Message - 
From: "Alex Peshkoff via Firebird-devel" 


To: 
Cc: "Alex Peshkoff" 
Sent: Tuesday, November 24, 2020 9:19 AM
Subject: Re: [Firebird-devel] use applications with new firebird server



On 11/24/20 5:13 PM, Ismael L. Donis Garcia wrote:

Are those adjustments documented somewhere?



Yes, mostly in FB3 release notes - there is no big difference between FB3 
& 4 from this POV. But read also about backwards compatibility in FB4 
release notes too.





Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel







Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] use applications with new firebird server

2020-11-24 Thread Ismael L. Donis Garcia

Are those adjustments documented somewhere?

thanks
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan
- Original Message - 
From: "Dimitry Sibiryakov" 
To: "For discussion among Firebird Developers" 


Sent: Monday, November 23, 2020 5:23 PM
Subject: Re: [Firebird-devel] use applications with new firebird server



23.11.2020 21:46, Ismael L. Donis Garcia wrote:
Is it possible to connect an application using a firebird 2.5.9 library 
with a firebird 4 server?


  Yes but you need a couple of tweaks in the server's config file.
  Much easier to use Firebird 4 client library. The application shouldn't 
notice it.


--
  WBR, SD.


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel







Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


[Firebird-devel] use applications with new firebird server

2020-11-23 Thread Ismael L. Donis Garcia
Is it possible to connect an application using a firebird 2.5.9 library with a 
firebird 4 server?

thanks
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuanFirebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


[Firebird-devel] different compilations of snapshot in linux and windows of version 2.5.9

2019-11-18 Thread Ismael L. Donis Garcia

Why are there different compilations in Linux and windows in Firebird 2.5.9?

Windows: Firebird-2.5.9.27147
Linux: FirebirdCS-2.5.9.27146

Have you thought about updating the Linux version?

Thanks in advance
--
Ismael




Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] [FB-Tracker] Created: (CORE-5665) Inconsistency of formatting double precision values between linux and windows

2017-11-21 Thread Ismael L. Donis Garcia

This same problem is also present in version 2.5.7

I just checked


Best Regards
--
Ismael
- Original Message - 
From: "Artyom Smirnov (JIRA)" 

To: 
Sent: Monday, November 20, 2017 8:19 AM
Subject: [Firebird-devel] [FB-Tracker] Created: (CORE-5665) Inconsistency of 
formatting double precision values between linux and windows



Inconsistency of formatting double precision values between linux and 
windows

-

Key: CORE-5665
URL: http://tracker.firebirdsql.org/browse/CORE-5665
Project: Firebird Core
 Issue Type: Bug
 Components: ISQL
   Affects Versions: 3.0.2
   Reporter: Artyom Smirnov
   Priority: Minor


Also probably inconsistency of formatting values in range -1 < 0 < 1. 
Padding zeros not always rendered right.


set list;
select char_length(cast(cast(0 as double precision) as varchar(20))),
 char_length(cast(cast(0.1 as double precision) as varchar(20))),
 char_length(cast(cast(1 as double precision) as varchar(20))),
 char_length(cast(cast(1.1 as double precision) as varchar(20))) 
from rdb$database;


on linux result is:
CHAR_LENGTH 17
CHAR_LENGTH 18
CHAR_LENGTH 17
CHAR_LENGTH 17

on windows result is:
CHAR_LENGTH 18
CHAR_LENGTH 18
CHAR_LENGTH 17
CHAR_LENGTH 17


--
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



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel






--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Problem with Firebird 2.1 embedded and libncurses6 (Linux)

2016-06-17 Thread Ismael L. Donis Garcia
You can solve it with:

cd /usr/lib
ln -sf libncursesw.so.6.0 libncurses.so.5

I have tried it in Manjaro

Best Regards

| ISMAEL |


- Original Message - 
From: "Fulvio Senore" 
To: "For discussion among Firebird Developers" 

Sent: Friday, June 17, 2016 9:12 AM
Subject: [Firebird-devel] Problem with Firebird 2.1 embedded and libncurses6 
(Linux)


>I have developed a couple of open source programs that use Firebird as
> an embedded database. The programs are some years old so they use
> version 2.1.
>
> I am using an embedded setup under Linux with a copy of Firebird that I
> compiled at the time and everything worked fine until now. I compiled in
> an old distribution and I created an archive file that contained
> everything is needed to run the programs: in this way I have been able
> to have a single file that worked on every distribution. I do not have
> the resources to build custom versions for different distributions.
>
> Now some users are reporting that the program does not run under newer
> distributions because those distros ship with libncurses 6 and firebird
> has been built against version 5.
> The problem can be solved by installing the libncurses 5 package but it
> looks like this package is not available under Arch, for example.
> Moreover not all users are experienced enough to install that package.
>
> Of course I might build Firebird in a distribution using libncurses 6
> but this would require doubling the effort and users ought to know which
> version to download.
>
> I think that a solution might be to statically link libncurses with
> Firebird but I don't know if it would work.
> I checked and the following files link to libncurses:
>
> libfbembed.so
> intl/fbintl
> bin/fb_lock_mgr
>
> do you know if it is safe to statically link libncurses?
>
> My Linux knowledge is rather limited: if statically linking is safe do
> you have suggestions on how to do it? Should I change something in the
> makefiles or should I use some ambient variable or should I do something
> else?
>
> Thanks in advance
>
> Fulvio Senore
>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and 
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols 
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity 
> planning
> reports. http://sdm.link/zohomanageengine
> Firebird-Devel mailing list, web interface at 
> https://lists.sourceforge.net/lists/listinfo/firebird-devel
> 



--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://sdm.link/zohomanageengine
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Install Firebird en Devuan

2016-05-10 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Alex Peshkoff" 
To: 
Sent: Tuesday, May 10, 2016 1:00 PM
Subject: Re: [Firebird-devel] Install Firebird en Devuan


> On 05/10/2016 06:04 PM, Ismael L. Donis Garcia wrote:
>> - Original Message -
>> From: "Alex Peshkoff" 
>> To: 
>> Sent: Tuesday, May 10, 2016 10:24 AM
>> Subject: Re: [Firebird-devel] Install Firebird en Devuan
>>
>>
>>> On 05/09/2016 11:41 PM, Ismael L. Donis Garcia wrote:
>>>> When trying to install Firebird 3 in devuan, I see that this 
>>>> distribution
>>>> is
>>>> not included in the script linux. Nor is it in version 2.5.6
>>>> Could someone include it in the script?
>>>> You need only add in all script:
>>>>
>>>> detectDistro() {
>>>>
>>>>  [cut]
>>>>
>>>>  elif [ -e /etc/devuan_version ]
>>>>  then
>>>>  # Devuan
>>>> linuxDistro="Devuan"
>>>>
>>>> [cut]
>>>>
>>>> installInitdScript() {
>>>>
>>>> [cut]
>>>>
>>>> # Devuan specific
>>>>
>>>>   elif [ -r /etc/devuan_version ]
>>>>   then
>>>>   srcScript=firebird.init.d.debian
>>>>   initScript=/etc/init.d/firebird
>>>>   rm -f /usr/sbin/rcfirebird
>>>>   ln -s ../../etc/init.d/firebird /usr/sbin/rcfirebird
>>>>
>>>>[cut]
>>> ISMAEL, typically forks are detected like parent distro, i.e. in your
>>> case it should be detected as debian. Does it take place?
>>>
>> No. Because there is the file /etc/debian_version
>> the existing file is /etc/devuan_version
>
> I'm still unsure. Look here:
> https://devuan.org/os/packages/base-files
>
> It's said on this page:
>
> Devuan base system miscellaneous files This package contains the basic
> filesystem hierarchy of a Debian system, and several important
> miscellaneous files, such as /etc/debian_version, /etc/devuan_version, 
> 
>
> Pay attention - /etc/debian_version is in this list. May be you have
> problems with local installation? From backward compatibility POV that
> file must be present.
>

It is true that the site says, but the 
https://packages.devuan.org/devuan/pool/main/b/base-files/base-files_8+devuan7_i386.deb
 
debian_version file does not have the file, the file has only devuan_version

Try on a virtual machine devuan a version of which can be downloaded from 
the http://devuan.org/ and yourself will realize the problem. That is, if 
when I have free time, I do not want to work recharged only wish firebird 
install correctly in devuan

>> This causes the script is not copied to /etc/init.d
>> and is therefore not the service starts
>>
>> For that reason it is that it is necessary to include in the script files
>>
>> Thanks
>> 
>> | ISMAEL |
>> 
>>


Thanks for all

| ISMAEL |




--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


Re: [Firebird-devel] Install Firebird en Devuan

2016-05-10 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Alex Peshkoff" 
To: 
Sent: Tuesday, May 10, 2016 10:24 AM
Subject: Re: [Firebird-devel] Install Firebird en Devuan


> On 05/09/2016 11:41 PM, Ismael L. Donis Garcia wrote:
>> When trying to install Firebird 3 in devuan, I see that this distribution 
>> is
>> not included in the script linux. Nor is it in version 2.5.6
>> Could someone include it in the script?
>> You need only add in all script:
>>
>> detectDistro() {
>>
>> [cut]
>>
>> elif [ -e /etc/devuan_version ]
>> then
>> # Devuan
>>linuxDistro="Devuan"
>>
>>[cut]
>>
>> installInitdScript() {
>>
>>[cut]
>>
>> # Devuan specific
>>
>>  elif [ -r /etc/devuan_version ]
>>  then
>>  srcScript=firebird.init.d.debian
>>  initScript=/etc/init.d/firebird
>>  rm -f /usr/sbin/rcfirebird
>>  ln -s ../../etc/init.d/firebird /usr/sbin/rcfirebird
>>
>>   [cut]
>
> ISMAEL, typically forks are detected like parent distro, i.e. in your
> case it should be detected as debian. Does it take place?
>

No. Because there is the file /etc/debian_version
the existing file is /etc/devuan_version

This causes the script is not copied to /etc/init.d
and is therefore not the service starts

For that reason it is that it is necessary to include in the script files

Thanks

| ISMAEL |




--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel


[Firebird-devel] Install Firebird en Devuan

2016-05-09 Thread Ismael L. Donis Garcia
When trying to install Firebird 3 in devuan, I see that this distribution is 
not included in the script linux. Nor is it in version 2.5.6
Could someone include it in the script?
You need only add in all script:

detectDistro() {

   [cut]

   elif [ -e /etc/devuan_version ]
   then
   # Devuan
  linuxDistro="Devuan"

  [cut]

installInitdScript() {

  [cut]

# Devuan specific

elif [ -r /etc/devuan_version ]
then
srcScript=firebird.init.d.debian
initScript=/etc/init.d/firebird
rm -f /usr/sbin/rcfirebird
ln -s ../../etc/init.d/firebird /usr/sbin/rcfirebird

 [cut]

Best Regards

| ISMAEL |




--
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel