[Firebird-devel] [FB-Tracker] Created: (CORE-4300) Guardian abnormally terminates SuperServer.exe with code=4294967295 when someone issues call of iscDatabaseInfo() with error buffer size = 0
Guardian abnormally terminates SuperServer.exe with code=4294967295 when someone issues call of iscDatabaseInfo() with error buffer size = 0
Re: [Firebird-devel] Syntax for CREATE/ALTER USER
On 12/15/13 05:27, Adriano dos Santos Fernandes wrote: > Hi! > > Syntax for attributes for users (CORE-4290) is not good IMO. > > Current: > > create user x password 'y' [set] a [to] 'a', b [to] 'b'; > > alter user x [set] a [to] 'a', b [to] 'b'; > > alter user x drop a, b; > > In think syntax belo