Re: [Firebird-devel] Firebird 3 problem with inserting string toblob

2015-07-07 Thread Ivan Přenosil
> From: Claudio Valderrama C. > > -Original Message- > > From: Ivan Pøenosil [mailto:ivan.preno...@seznam.cz] > > Sent: Martes, 07 de Julio de 2015 18:10 > > > > In FB2, FB2.5, FB3-Beta1, FB3-31661 it was possible to > > directly insert 50k long text into blob field: > > > > CREATE TABLE T

Re: [Firebird-devel] Firebird 3 problem with inserting string to blob

2015-07-07 Thread Claudio Valderrama C.
> -Original Message- > From: Ivan Pøenosil [mailto:ivan.preno...@seznam.cz] > Sent: Martes, 07 de Julio de 2015 18:10 > > In FB2, FB2.5, FB3-Beta1, FB3-31661 it was possible to > directly insert 50k long text into blob field: > > CREATE TABLE Tab (B BLOB SUB_TYPE TEXT); > INSERT INTO T

Re: [Firebird-devel] Firebird 3 problem with inserting string to blob

2015-07-07 Thread Dmitry Yemanov
08.07.2015 00:09, Ivan Přenosil wrote: > In FB2, FB2.5, FB3-Beta1, FB3-31661 it was possible to directly insert 50k > long text into blob field: > > CREATE TABLE Tab (B BLOB SUB_TYPE TEXT); > INSERT INTO Tab (B) VALUES (' ... 50k ...'); > > However, in FB3-Beta2 and latest snapshot FB3-31925 it

[Firebird-devel] Firebird 3 problem with inserting string to blob

2015-07-07 Thread Ivan Přenosil
In FB2, FB2.5, FB3-Beta1, FB3-31661 it was possible to directly insert 50k long text into blob field: CREATE TABLE Tab (B BLOB SUB_TYPE TEXT); INSERT INTO Tab (B) VALUES (' ... 50k ...'); However, in FB3-Beta2 and latest snapshot FB3-31925 it raises error Dynamic SQL Error -SQL error code = -1

[Firebird-devel] [FB-Tracker] Created: (CORE-4864) CREATE DATABASE fail with ISQL

2015-07-07 Thread Gabor Boros (JIRA)
CREATE DATABASE fail with ISQL -- Key: CORE-4864 URL: http://tracker.firebirdsql.org/browse/CORE-4864 Project: Firebird Core Issue Type: Bug Components: ISQL Affects Versions: 3.0 Beta 2 Env

Re: [Firebird-devel] 3.0 Beta 2 - CREATE DATABASE with ISQL

2015-07-07 Thread Gabor Boros
> Definitely regression in beta2. > Please add a ticket to the tracker. Done. http://tracker.firebirdsql.org/browse/CORE-4864 Gabor -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide yo

Re: [Firebird-devel] 3.0 Beta 2 - CREATE DATABASE with ISQL

2015-07-07 Thread Alex Peshkoff
On 07/07/2015 03:39 PM, Gabor Boros wrote: > Hi All, > > Installed Beta 2 on Ubuntu 14.04.x 64bit. > > isql -u SYSDBA employee > > CREATE DATABASE 'MYDB' PAGE_SIZE 4096 DEFAULT CHARACTER SET WIN1250 > COLLATION PXW_HUN; > > Committing. > Statement failed, SQLSTATE = 42000 > Dynamic SQL Error > -SQL

[Firebird-devel] 3.0 Beta 2 - CREATE DATABASE with ISQL

2015-07-07 Thread Gabor Boros
Hi All, Installed Beta 2 on Ubuntu 14.04.x 64bit. isql -u SYSDBA employee CREATE DATABASE 'MYDB' PAGE_SIZE 4096 DEFAULT CHARACTER SET WIN1250 COLLATION PXW_HUN; Committing. Statement failed, SQLSTATE = 42000 Dynamic SQL Error -SQL error code = -104 -Token unknown - line 1, column 33 -SYSDBA F

[Firebird-devel] [FB-Tracker] Created: (CORE-4863) Ensure correct international input on windows text console with OEM codepage selected

2015-07-07 Thread Alexander Peshkov (JIRA)
Ensure correct international input on windows text console with OEM codepage selected - Key: CORE-4863 URL: http://tracker.firebirdsql.org/browse/CORE-4863 Project: F

Re: [Firebird-devel] 3.0 Beta 2 absent fbembed.dll

2015-07-07 Thread Dmitry Yemanov
07.07.2015 12:51, Геннадий Забула wrote: > There is no embedded version of a firebird server in the Beta 2 > packages (x86|x64). Will it be added in RC? Or it's support is > discontinued? Please read the release notes carefully. Former fbembed.dll is now replaced with fbclient.dll + engine12.dll

Re: [Firebird-devel] 3.0 Beta 2 absent fbembed.dll

2015-07-07 Thread Alex Peshkoff
On 07/07/2015 12:51 PM, Геннадий Забула wrote: > There is no embedded version of a firebird server in the Beta 2 > packages (x86|x64). Will it be added in RC? Or it's support is > discontinued? > You should read relnotes. At page 7: Note A special “embedded library” is no longer required. To make

[Firebird-devel] 3.0 Beta 2 absent fbembed.dll

2015-07-07 Thread Геннадий Забула
There is no embedded version of a firebird server in the Beta 2 packages (x86|x64). Will it be added in RC? Or it's support is discontinued? -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions prov

[Firebird-devel] [FB-Tracker] Created: (CORE-4862) ibase.h from x64 package includes non-existing file

2015-07-07 Thread Hennadii Zabula (JIRA)
ibase.h from x64 package includes non-existing file --- Key: CORE-4862 URL: http://tracker.firebirdsql.org/browse/CORE-4862 Project: Firebird Core Issue Type: Bug Components: API / Cl

Re: [Firebird-devel] Converting Rollback to Commit

2015-07-07 Thread Vlad Khorsun
07.07.2015 12:17, Ivan Přenosil wrote: > Hi, > I am sure I read years ago that FB keeps track of changes made by transaction, > and if it did not modify any data, then it internally converts rollback to > commit. > > Now I have problem on customers site where every day OIT get stuck. > When the db

[Firebird-devel] Converting Rollback to Commit

2015-07-07 Thread Ivan Přenosil
Hi, I am sure I read years ago that FB keeps track of changes made by transaction, and if it did not modify any data, then it internally converts rollback to commit. Now I have problem on customers site where every day OIT get stuck. When the db was new (3 years ago), it happened very very rarely