[Firebird-devel] [FB-Tracker] Created: (CORE-5827) ALTER CURRENT USER fails with "no permission for <...> TABLE PLG$SRP" if current user: 1) has NO admin role and 2) wants to modify his own TAGS list

2018-05-15 Thread Pavel Zotov (JIRA)
ALTER CURRENT USER fails with "no permission for <...> TABLE PLG$SRP" if current user: 1) has NO admin role and 2) wants to modify his own TAGS list

[Firebird-devel] [FB-Tracker] Created: (CORE-5826) GRANT ADMIN ROLE (in CREATE USER statement) can be specified only before 'USING PLUGIN' if clause TAGS present

2018-05-15 Thread Pavel Zotov (JIRA)
GRANT ADMIN ROLE (in CREATE USER statement) can be specified only before 'USING PLUGIN' if clause TAGS present -- Key: CORE-5826 URL:

[Firebird-devel] [FB-Tracker] Created: (CORE-5825) alter character set fail

2018-05-15 Thread wesley blanco (JIRA)
alter character set fail - Key: CORE-5825 URL: http://tracker.firebirdsql.org/browse/CORE-5825 Project: Firebird Core Issue Type: Bug Components: Charsets/Collation, Engine Affects Versions: 3.0.3

Re: [Firebird-devel] Virtual table for time zones

2018-05-15 Thread Lester Caine
On 15/05/18 10:18, Alex Peshkoff via Firebird-devel wrote:   Look how MSK time zone was changed at 2014.10.26 https://www.timeanddate.com/time/zone/russia/moscow I think about something like this: ID    Name    Valid from    Offset ...    MSK    2011.03.27 02:00    +4 ...    MSK   

Re: [Firebird-devel] MessageBuffer vs C struct alignment

2018-05-15 Thread Alex Peshkoff via Firebird-devel
On 05/15/18 13:06, Dimitry Sibiryakov wrote: 15.05.2018 11:58, Alex Peshkoff via Firebird-devel wrote:   Do alignment of fields in C struct matches alignment of the same fields in MessageBuffer?   If at compile/preprocess time construct a struct to be used directly in OO API, will it be

Re: [Firebird-devel] MessageBuffer vs C struct alignment

2018-05-15 Thread Dimitry Sibiryakov
15.05.2018 11:58, Alex Peshkoff via Firebird-devel wrote:   Do alignment of fields in C struct matches alignment of the same fields in MessageBuffer?   If at compile/preprocess time construct a struct to be used directly in OO API, will it be reliable? Not always.  For example, on 32-bit

Re: [Firebird-devel] MessageBuffer vs C struct alignment

2018-05-15 Thread Alex Peshkoff via Firebird-devel
On 05/15/18 12:55, Dimitry Sibiryakov wrote: Hello, All.   Do alignment of fields in C struct matches alignment of the same fields in MessageBuffer?   If at compile/preprocess time construct a struct to be used directly in OO API, will it be reliable? Not always.  For example, on 32-bit

[Firebird-devel] MessageBuffer vs C struct alignment

2018-05-15 Thread Dimitry Sibiryakov
Hello, All. Do alignment of fields in C struct matches alignment of the same fields in MessageBuffer? If at compile/preprocess time construct a struct to be used directly in OO API, will it be reliable? -- WBR, SD.

Re: [Firebird-devel] Virtual table for time zones

2018-05-15 Thread Alex Peshkoff via Firebird-devel
On 05/10/18 19:40, Vlad Khorsun via Firebird-devel wrote: 10.05.2018 19:23, Adriano dos Santos Fernandes wrote: On 10/05/2018 13:12, Vlad Khorsun via Firebird-devel wrote:    I guess the question is about the case when users have historical data and need to apply old time zone rule to the

Re: [Firebird-devel] FBJava plugin issues

2018-05-15 Thread Chmakov, Vladimir
Hello, We are placing them into %FBJAVA_ROOT%\jar folder. Thanks, Vlad -Original Message- From: Adriano dos Santos Fernandes Sent: Monday, May 14, 2018 11:49 AM To: firebird-devel@lists.sourceforge.net Subject: Re: [Firebird-devel] FBJava plugin issues On