Re: [Firebird-devel] Smart end of statement detection in ISQL

2018-06-24 Thread Adriano dos Santos Fernandes
On 24/06/2018 17:52, liviuslivius wrote: > Hi, > > remember about CASE ... END > Things like ALTER DATABASE BEGIN BACKUP is also very problematic. Adriano -- Check out the vibrant tech community on one of the

Re: [Firebird-devel] Smart end of statement detection in ISQL

2018-06-24 Thread Adriano dos Santos Fernandes
On 24/06/2018 17:52, liviuslivius wrote: > Hi, > > remember about CASE ... END > Ouch! Adriano -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

[Firebird-devel] [FB-Tracker] Created: (CORE-5859) Access violation with text value of parameter LockMemSize

2018-06-24 Thread Maxim Kuzmin (JIRA)
Access violation with text value of parameter LockMemSize - Key: CORE-5859 URL: http://tracker.firebirdsql.org/browse/CORE-5859 Project: Firebird Core Issue Type: Bug Affects

Re: [Firebird-devel] Smart end of statement detection in ISQL

2018-06-24 Thread liviuslivius
Hi, remember about CASE ... END Regards,Karol Bieniaszewski null-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdotFirebird-Devel mailing list, web

Re: [Firebird-devel] Smart end of statement detection in ISQL

2018-06-24 Thread Alex Peshkoff via Firebird-devel
On 24.06.2018 21:09, Adriano dos Santos Fernandes wrote: Hi! Due to ISQL dumbness statement processing, SET TERM is an essential feature to write procedures/functions/triggers and execute block. But ISQL already has some smartness to not detect the terminator inside quoted identifiers, strings

Re: [Firebird-devel] Passing plugin list to native client

2018-06-24 Thread Alex Peshkoff via Firebird-devel
On 23.06.2018 19:05, Mark Rotteveel wrote: When using the native fbclient, why can't I use isc_dpb_auth_plugin_list/isc_spb_auth_plugin_list to pass the authentication plugins to try, and why do I need to use the isc_dpb_config/isc_spb_config with "AuthClient = " (+ other config items if

Re: [Firebird-devel] Authentication plugin mismatch not clearly reported to client

2018-06-24 Thread Alex Peshkoff via Firebird-devel
On 23.06.2018 17:06, Mark Rotteveel wrote: Why is an authentication plugin mismatch (as in the list of plugins between client and server have no overlap) not clearly communicated to the client? For example if I have AuthServer = Srp256,Srp,Legacy_Auth and the client only tries Srp224, then

Re: [Firebird-devel] Smart end of statement detection in ISQL

2018-06-24 Thread Adriano dos Santos Fernandes
On 24/06/2018 15:13, Dimitry Sibiryakov wrote: > 24.06.2018 20:09, Adriano dos Santos Fernandes wrote: >> Here is a valid ISQL code with "TERM ;" and "AUTOTERM ON": > >   Check it with packages. > > No problem with it, as expected: SQL> create package pkg CON> as CON> begin CON>

Re: [Firebird-devel] Smart end of statement detection in ISQL

2018-06-24 Thread Dimitry Sibiryakov
24.06.2018 20:09, Adriano dos Santos Fernandes wrote: Here is a valid ISQL code with "TERM ;" and "AUTOTERM ON": Check it with packages. -- WBR, SD. -- Check out the vibrant tech community on one of the world's

[Firebird-devel] Smart end of statement detection in ISQL

2018-06-24 Thread Adriano dos Santos Fernandes
Hi! Due to ISQL dumbness statement processing, SET TERM is an essential feature to write procedures/functions/triggers and execute block. But ISQL already has some smartness to not detect the terminator inside quoted identifiers, strings and comments. I propose that we count BEGIN/END pairs as