On 2020-05-26 11:11, Mark Rotteveel wrote:
This looks like a bug in the statement parser. It seems to use signed 16 bit int for this value, instead of an unsigned 16 bit int (or a signed 32 bit int). This does make me wonder about the test coverage for this feature.

Could you create a bug in the tracker?


Not reproduced on linux:

# ./isql -z
ISQL Version: LI-T4.0.0.1976 Firebird 4.0 Beta 2
Use CONNECT or CREATE DATABASE to specify a database
SQL> CREATE DATABASE 'test32.fdb' PAGE_SIZE 32768;
SQL> show db;
Database: test32.fdb
        Owner: SYSDBA
PAGE_SIZE 32768




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

Reply via email to