[Firebird-devel] Transactional DDL (who can)

2018-04-26 Thread Dev
https://wiki.postgresql.org/wiki/Transactional_DDL_in_PostgreSQL:_A_Competitive_Analysis 1. We can too (but there are errors: http://tracker.firebirdsql.org/browse/CORE-5763) 2. There ara Firebird in list, but without link to documentation. 3. We can't mix ddl and dml like this (PostgreSql can):

[Firebird-devel] fields packing in structures

2018-04-12 Thread Dev
Hi. And sorry for my english. Can code that uses firebird api assumes that all public structures in all platforms has a packing value (#pragma pack(x)) of: - 8 for 32-bit libraries - 16 for 64-bit libraries ? -- Check

[Firebird-devel] fields packing in structures

2018-04-12 Thread Dev
Hi. And sorry for my english. Can code that uses firebird api assumes that all public structures in all platforms has a packing value (#pragma pack(x)) of: - 8 for 32-bit libraries - 16 for 64-bit libraries ? -- Check

Re: [Firebird-devel] encoding of result strings

2018-04-18 Thread Dev
> On 18/04/2018 04:01, Dev wrote: >> What encoding is used for in/out strings in: >> function IExternalContext.getUserName(): PAnsiChar; >> function IExternalContext.getDatabaseName(): PAnsiChar; >> function IExternalContext.getClientCharSet(): PAnsiChar; >> fun

[Firebird-devel] encoding of result strings

2018-04-18 Thread Dev
What encoding is used for in/out strings in: function IExternalContext.getUserName(): PAnsiChar; function IExternalContext.getDatabaseName(): PAnsiChar; function IExternalContext.getClientCharSet(): PAnsiChar; function IRoutineMetadata.getPackage(status: IStatus): PAnsiChar; function

[Firebird-devel] Official Docker Images of Firebird

2020-10-10 Thread Dev HrOokami
Hello! I saw a talk here about official Firebird Docker Images and I am interested in. As my PR merged, there is already automated build for Alpine in GitHub Actions, both for FB 3 & 4 (but exclude 2.5). I can configure GH Actions to build Firebird Image and push it to DockerHub or GitHub