[Firebird-devel] [FB-Tracker] Created: (CORE-5799) wrong connection behavior

2018-04-18 Thread fbbt (JIRA)
wrong connection behavior - Key: CORE-5799 URL: http://tracker.firebirdsql.org/browse/CORE-5799 Project: Firebird Core Issue Type: Bug Components: Engine Affects Versions: 3.0.3 Environment:

[Firebird-devel] [FB-Tracker] Created: (CORE-5797) Unneccesary calls of user function in select

2018-04-18 Thread fbbt (JIRA)
Unneccesary calls of user function in select Key: CORE-5797 URL: http://tracker.firebirdsql.org/browse/CORE-5797 Project: Firebird Core Issue Type: Bug Components: Engine Affects

[Firebird-devel] [FB-Tracker] Created: (CORE-5798) "where" condition applies wrongly

2018-04-18 Thread fbbt (JIRA)
"where" condition applies wrongly - Key: CORE-5798 URL: http://tracker.firebirdsql.org/browse/CORE-5798 Project: Firebird Core Issue Type: Bug Components: Engine Affects Versions: 3.0.3

[Firebird-devel] [FB-Tracker] Created: (CORE-5796) gstat may produce faulty report about presence of some none-encrypted pages in database

2018-04-18 Thread Alexander Peshkov (JIRA)
gstat may produce faulty report about presence of some none-encrypted pages in database --- Key: CORE-5796 URL: http://tracker.firebirdsql.org/browse/CORE-5796

Re: [Firebird-devel] encoding of result strings

2018-04-18 Thread Adriano dos Santos Fernandes
On 18/04/2018 11:52, Dev wrote: >> 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; >>>

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; >> function

Re: [Firebird-devel] encoding of result strings

2018-04-18 Thread Adriano dos Santos Fernandes
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; > > function

Re: [Firebird-devel] encoding of result strings

2018-04-18 Thread Alex Peshkoff via Firebird-devel
On 04/18/18 10:01, Dev wrote: What encoding is used for in/out strings in: function IProvider.attachDatabase(status: IStatus; fileName: PAnsiChar; dpbLength: Cardinal; dpb: BytePtr): IAttachment; function IProvider.createDatabase(status: IStatus; fileName: PAnsiChar; dpbLength: Cardinal; dpb:

[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