Re: [Firebird-devel] FBJava plugin issues

2018-05-19 Thread Chmakov, Vladimir
Hello Mark, Here it is what we did in details: 1) Install plugin into C:\Firebird_Java\fbjava-1.0.0-alpha-1. 2) Create Environment Variable FBJAVA_ROOT= C:\Firebird_Java\fbjava-1.0.0-alpha-1 3) CD to C:\Firebird_Java\fbjava-1.0.0-alpha-1\examples\fbjava-example 4) call mvn clean package 5)

Re: [Firebird-devel] RFC: External Connections Pool

2018-05-19 Thread Dimitry Sibiryakov
"SET ROLE" statement issued in EDS is not handled in any way, right? -- WBR, SD. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [Firebird-devel] RFC: External Connections Pool

2018-05-19 Thread Vlad Khorsun via Firebird-devel
19.05.2018 19:38, Dimitry Sibiryakov wrote:   BTW, what behavior is expected from GTT ON COMMIT PRESERVE in pooled connection? Nothing special was done in this area - GTT contents will be preserved. The same for context variables. So, we have a question - should we clear session-level

Re: [Firebird-devel] RFC: External Connections Pool

2018-05-19 Thread Vlad Khorsun via Firebird-devel
19.05.2018 18:52, Dimitry Sibiryakov wrote: >>Also, i want to speak about possible extension of the feature. I think it would >> be good to have new monitoring table with list of all external connections. Not >> sure if we should allow to DELETE here but it should be at least considered

Re: [Firebird-devel] RFC: External Connections Pool

2018-05-19 Thread Dimitry Sibiryakov
19.05.2018 17:11, Vlad Khorsun via Firebird-devel wrote:   Also, i want to speak about possible extension of the feature. I think it would be good to have new monitoring table with list of all external connections. Not sure if we should allow to DELETE here but it should be at least considered

Re: [Firebird-devel] RFC: External Connections Pool

2018-05-19 Thread Vlad Khorsun via Firebird-devel
19.05.2018 13:08, Mark Rotteveel wrote: If it is global, then the permission for ALTER EXTERNAL CONNECTIONS POOL needs to be changed: """    New SQL statement is introduced to manage the pool :  ALTER EXTERNAL CONNECTIONS POOL.    When prepared it desribed as DDL statement but have

Re: [Firebird-devel] RFC: External Connections Pool

2018-05-19 Thread Mark Rotteveel
On 19-5-2018 10:43, Vlad Khorsun via Firebird-devel wrote: 19.05.2018 11:04, Mark Rotteveel wrote: On 18-5-2018 18:44, Vlad Khorsun via Firebird-devel wrote: ...    Please, read and comment:

[Firebird-devel] [FB-Tracker] Created: (CORE-5830) Encryption Interface crashing Firebird process when working on big db file (6.7GB)

2018-05-19 Thread Daniel Mazur (JIRA)
Encryption Interface crashing Firebird process when working on big db file (6.7GB) -- Key: CORE-5830 URL: http://tracker.firebirdsql.org/browse/CORE-5830 Project:

Re: [Firebird-devel] RFC: External Connections Pool

2018-05-19 Thread Vlad Khorsun via Firebird-devel
19.05.2018 11:04, Mark Rotteveel wrote: On 18-5-2018 18:44, Vlad Khorsun via Firebird-devel wrote: ...    Please, read and comment: https://github.com/FirebirdSQL/firebird/blob/ExternalConnectionsPool/doc/sql.extensions/README.external_connections_pool 1. I'm not sure how I should read the

Re: [Firebird-devel] RFC: External Connections Pool

2018-05-19 Thread Mark Rotteveel
On 18-5-2018 18:44, Vlad Khorsun via Firebird-devel wrote:   All,   I going to merge into master implementation of pool of external connections. The feature was initially developed more than a year ago, and works at production with good feedback.   Some bugs was fixed since then, so it