Re: [Firebird-devel] Management statements in PSQL

2018-08-08 Thread Alex Peshkoff via Firebird-devel
On 07.08.2018 18:28, Adriano dos Santos Fernandes wrote: Hi! Current management (SET ... / ALTER SESSION) statements are valid only as top-level statements (and hence in EXECUTE STATEMENT too), i.e., cannot be in EXECUTE BLOCK or stored routine. This is a problem, as some of these statements ar

[Firebird-devel] [FB-Tracker] Created: (CORE-5886) Nbackup does not work after 32K of backups iterations

2018-08-08 Thread Sergey Nikitin (JIRA)
Nbackup does not work after 32K of backups iterations - Key: CORE-5886 URL: http://tracker.firebirdsql.org/browse/CORE-5886 Project: Firebird Core Issue Type: Bug Affects Versions: 3.0.

[Firebird-devel] Firebird on Android + Delphi + Firedac - numerics issue

2018-08-08 Thread liviuslivius
Hi,     i have succesfully connected my Delphi application using Firedac to Firebird embeded on Android. Firebird version is LI-V3.0.3.32900.   I can retrive data from tables from field types: Integer, BIGINT, CHAR,  VARCHAR, DATE, TIME, TIMESTAMP, FLOAT, DOUBLE But when i try to fetch something fr

Re: [Firebird-devel] Firebird on Android + Delphi + Firedac - numerics issue

2018-08-08 Thread Alex Peshkoff via Firebird-devel
On 08.08.2018 14:49, liviuslivius wrote: Hi, i have succesfully connected my Delphi application using Firedac to Firebird embeded on Android. That's great! Firebird version is LI-V3.0.3.32900. I can retrive data from tables from field types: Integer, BIGINT, CHAR, VARCHAR, DATE, TIME, TIMEST