> -Original Message-
> From: Alex Peshkoff [mailto:peshk...@mail.ru]
> Sent: Martes, 29 de Septiembre de 2015 8:01
> So what should be better done:
> 1. Keep it as is
> 2. Add an option to revoke granted by ABC rights too
Is there anything in the SQL standard describing such situation?
If
Alex Peshkoff wrote:
> On 09/29/2015 03:23 PM, Dimitry Sibiryakov wrote:
> > 29.09.2015 13:21, Paul Vinkenoog wrote:
> >> So a CASCADE option would be a welcome addition for such cases.
> > Another question: how many levels should this cascade go?
> >
> Unlimited, and about it will take care e
ISQL: add warning / error message when script contains several 'IN' commands
without delimiter (semicolon) between them
---
Key: CORE-4948
URL: htt
Compound ALTER TABLE statement with ADD and DROP the same check constraint fails
Key: CORE-4947
URL: http://tracker.firebirdsql.org/browse/CORE-4947
Project: Firebird Cor
On 09/29/2015 04:28 PM, marco andreolli wrote:
> Unsuccessful execution caused by a system error that precludes successful
> execution of subsequent statements.
> Your user name and password are not defined. Ask Your database
> administrator to set up a Firebird login.
> Install Incomplete, please
Unsuccessful execution caused by a system error that precludes successful
execution of subsequent statements.
Your user name and password are not defined. Ask Your database
administrator to set up a Firebird login.
Install Incomplete, please read the Compatibility chapter an the release
notes for t
On 09/29/2015 04:06 PM, marco andreolli wrote:
> Yes sorry, obviously I change both, now I have:
> AuthServer = Srp, Legacy_Auth , Win_Sspi
> AuthServer = Srp, Legacy_Auth , Win_Sspi
>
And what is the result?
(I need full error messages if some present).
-
AuthServer = Srp, Legacy_Auth , Win_Sspi
AuthClient = Srp, Legacy_Auth , Win_Ssp
2015-09-29 15:06 GMT+02:00 marco andreolli :
> Yes sorry, obviously I change both, now I have:
> AuthServer = Srp, Legacy_Auth , Win_Sspi
> AuthServer = Srp, Legacy_Auth , Win_Sspi
>
>
> 2015-09-29 14:57 GMT+02:
Yes sorry, obviously I change both, now I have:
AuthServer = Srp, Legacy_Auth , Win_Sspi
AuthServer = Srp, Legacy_Auth , Win_Sspi
2015-09-29 14:57 GMT+02:00 Alex Peshkoff :
> On 09/29/2015 03:46 PM, marco andreolli wrote:
> > I would like connect with old SYSDBA user,
>
> OK
>
> > I try to conne
On 09/29/2015 03:46 PM, marco andreolli wrote:
> I would like connect with old SYSDBA user,
OK
> I try to connect with IBExpert
> and new client library.
OK
> I change AuthServer parameter but with no result
Why do you not read what I answer to you?
I've wrote 'change _both_ Auth' parameters,
I would like connect with old SYSDBA user, I try to connect with IBExpert
and new client library. I change AuthServer parameter but with no result
2015-09-29 12:14 GMT+02:00 Alex Peshkoff :
> On 09/29/2015 12:48 PM, marco andreolli wrote:
> > Hi,
> > I would like try Firebied 3 for try it and tes
Dimitry Sibiryakov wrote:
> 29.09.2015 13:21, Paul Vinkenoog wrote:
> > So a CASCADE option would be a welcome addition for such cases.
>
>Another question: how many levels should this cascade go?
If applied, it should be complete, otherwise it wouldn't be much use. After
all, this is for t
On 09/29/2015 03:23 PM, Dimitry Sibiryakov wrote:
> 29.09.2015 13:21, Paul Vinkenoog wrote:
>> So a CASCADE option would be a welcome addition for such cases.
> Another question: how many levels should this cascade go?
>
Unlimited, and about it will take care existing code - like it already
d
29.09.2015 13:21, Paul Vinkenoog wrote:
> So a CASCADE option would be a welcome addition for such cases.
Another question: how many levels should this cascade go?
--
WBR, SD.
--
Firebird-Devel mailing list, web i
Alex Peshkoff wrote Tue, 29 Sep 2015 14:01:21 +0300:
>
> OK, I agree with such argument.
> So what should be better done:
> 1. Keep it as is
> 2. Add an option to revoke granted by ABC rights too
> ?
>
> --
> Firebird-De
Alex Peshkoff wrote:
> create table t (f int);
> grant select on t to public granted by abc;
> revoke all on all from abc;
>
> Currently privileges, granted by user ABC, remain as is after executing
> mentioned revoke operator. This looks like a bug for me, but befor
2015-09-29 13:38 GMT+03:00 Wols Lists :
> Nothing specific to Firebird, but if ABC is a supervisor who has left
> the company, do you really want to mess up all the people who used to
> work for him?
>
> Or, rather more seriously, if ABC was the DBA, you can't leave him
> there, it's a massive secu
On 09/29/2015 01:38 PM, Wols Lists wrote:
> On 29/09/15 11:20, Alex Peshkoff wrote:
>> On 09/29/2015 01:11 PM, Paul Vinkenoog wrote:
>>> Alex Peshkoff wrote:
>>>
Please look at this trivial sample.
create table t (f int);
grant select on t to public granted by abc;
revoke a
On 29/09/15 11:20, Alex Peshkoff wrote:
> On 09/29/2015 01:11 PM, Paul Vinkenoog wrote:
>> Alex Peshkoff wrote:
>>
>>> Please look at this trivial sample.
>>>
>>> create table t (f int);
>>> grant select on t to public granted by abc;
>>> revoke all on all from abc;
>>>
>>> Currently privileges, gr
On 09/29/2015 01:11 PM, Paul Vinkenoog wrote:
> Alex Peshkoff wrote:
>
>> Please look at this trivial sample.
>>
>> create table t (f int);
>> grant select on t to public granted by abc;
>> revoke all on all from abc;
>>
>> Currently privileges, granted by user ABC, remain as is after executing
>>
On 09/29/2015 12:48 PM, marco andreolli wrote:
> Hi,
> I would like try Firebied 3 for try it and test if it improve the
> performance of my software.
>
> I download the compressed package (not the installer), and I run the server
> on another
> port different from the standard because i have multi
Alex Peshkoff wrote:
> Please look at this trivial sample.
>
> create table t (f int);
> grant select on t to public granted by abc;
> revoke all on all from abc;
>
> Currently privileges, granted by user ABC, remain as is after executing
> mentioned revoke operator. This looks like a bug for me,
Hi,
I would like try Firebied 3 for try it and test if it improve the
performance of my software.
I download the compressed package (not the installer), and I run the server
on another
port different from the standard because i have multiple instance of
different version of firebird.
But when I t
Please look at this trivial sample.
create table t (f int);
grant select on t to public granted by abc;
revoke all on all from abc;
Currently privileges, granted by user ABC, remain as is after executing
mentioned revoke operator. This looks like a bug for me, but before fixing
(existing SQL op
24 matches
Mail list logo