[Firebird-devel] Hex notation bug with SMALLINT

2013-08-03 Thread Mark Rotteveel
I just saw this question on Stackoverflow http://stackoverflow.com/questions/18026907/firebird-insert-hex-values-into-tables-arithmetic-exception And I wondered if it isn't a bug that hex values with 1-4 digits are integer and not smallint. Or at least: shouldn't the engine have enough context

[Firebird-devel] groupid and userid with (default) Srp UserManager in FB 3

2013-08-03 Thread Mark Rotteveel
It looks like the (default) Srp UserManager in FB 3 does not support groupid and userid. Is that intentional? If so I think it should be documented in the release notes. -- Mark Rotteveel -- Get your SQL database under

[Firebird-devel] [FB-Tracker] Created: (CORE-4158) LIKE with escape doesn't work

2013-08-03 Thread Mark Rotteveel (JIRA)
LIKE with escape doesn't work - Key: CORE-4158 URL: http://tracker.firebirdsql.org/browse/CORE-4158 Project: Firebird Core Issue Type: Bug Components: Engine Affects Versions: 3.0 Alpha 1

[Firebird-devel] [FB-Tracker] Created: (CORE-4157) If record with BLOBs is inserted into temporary table, create copy of BLOB content in temporary space

2013-08-03 Thread Dimitry Sibiryakov (JIRA)
If record with BLOBs is inserted into temporary table, create copy of BLOB content in temporary space - Key: CORE-4157 URL:

[Firebird-devel] isc_dpb_set_db_sql_dialect ignored in FB3?

2013-08-03 Thread Mark Rotteveel
A test in Jaybird for warnings registered on a connection uses isc_dpb_set_db_sql_dialect to change a dialect 3 database to 1. In Firebird 2.5 and earlier this triggers a warning (Database dialect being changed from 3 to 1, error code 335544802), in Firebird 3 no warning is triggered. Does

[Firebird-devel] CORE-362

2013-08-03 Thread Frank Schlottmann-Gödde
Hi, due to an upstream bugfix http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit/read.c.diff?r1=1.69r2=1.70hideattic=0sortby=date fixing the last problem I had (with pipes), the editline fork from http://www.thrysoee.dk/editline/libedit-20130712-3.1.tar.gz is finally useable as a drop-in

Re: [Firebird-devel] isc_dpb_set_db_sql_dialect ignored in FB3?

2013-08-03 Thread Dmitry Yemanov
03.08.2013 19:12, Mark Rotteveel wrote: A test in Jaybird for warnings registered on a connection uses isc_dpb_set_db_sql_dialect to change a dialect 3 database to 1. In Firebird 2.5 and earlier this triggers a warning (Database dialect being changed from 3 to 1, error code 335544802), in

Re: [Firebird-devel] Hex notation bug with SMALLINT

2013-08-03 Thread Adriano dos Santos Fernandes
On 03-08-2013 03:55, Mark Rotteveel wrote: I just saw this question on Stackoverflow http://stackoverflow.com/questions/18026907/firebird-insert-hex-values-into-tables-arithmetic-exception And I wondered if it isn't a bug that hex values with 1-4 digits are integer and not smallint. Or at