[firebird-support] Off-topic discussions

2018-11-08 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
All, Please be reminded that the firebird-support list is for topics that are about your questions or problems concerning your work with released versions of Firebird. The recent thread "Firebird vs. PostgreSQL" should have been launched in firebird-general. It's too late to divert it now, but

[firebird-support] Passing an argument from Python

2018-11-08 Thread Laurentiu Anisie alauren...@gmail.com [firebird-support]
Hi, I want to run a stored procedure or a sql query in firebird but I want to pass arguments from a python file because I don't want to expose the statements in py files. I tried to find a solution but I failed. Can someone help me with an minor example? Thanks. Regards!

Re: [firebird-support] Re: Server crash when no more space for the database

2018-11-08 Thread hv...@users.sourceforge.net [firebird-support]
07.11.2018 14:16, hvlad@... mailto:hvlad@... [firebird-support] wrote: >> The last lines i see inyour message is: >After that several bugchecks wer reported. You should have whole message in >your mail box. >> (Message over 64 KB, truncated) >AFAIU it is limitation of web-interface.

Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-08 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
08.11.2018 0:27, Dalton Calford dalton.calf...@gmail.com [firebird-support] wrote: > > Master-Slave is already in HQbird for 2.5 and 3.0, and will be in > community Firebird 4.0 > > Master-Master is the next step for 5.0. > > Great news! > > >  (6) High Available Clustering > >  agree, it

Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-08 Thread Alexey Kovyazin a...@ib-aid.com [firebird-support]
Hello Dalton, I am totally agree with you - all these features would be definitely good. Regards, Alexey Hi Alexey, Just my 2cents from someone who has not had time to review the code and could not find a breakdown of the firebird code structure in a very cursory search. > (1) Schema

Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-08 Thread 'Martijn Tonies (Upscene Productions)' m.ton...@upscene.com [firebird-support]
Hello Alexey, >What about compilation of stored procedures - is it true that it is >possible to create SP with errors, and they appear only when it will be >invoked? Yes, some errors are 'allowed', like a mismatch in parameter name in declaration and code. You'll get an error when executing, eg: