Re: AES_DECRYPT output

2005-09-08 Thread M DR
was different if I added ORDER BY to the AES_Decrypt query... From: Nuno Pereira <[EMAIL PROTECTED]> To: mysql@lists.mysql.com CC: M DR <[EMAIL PROTECTED]> Subject: Re: AES_DECRYPT output Date: Thu, 08 Sep 2005 13:51:49 +0100 Hello all, It seems that you can't change the

Re: AES_DECRYPT output

2005-09-08 Thread Nuno Pereira
so I can't do that. Any idea how it's possible to do so? From: Nuno Pereira <[EMAIL PROTECTED]> To: mysql@lists.mysql.com Subject: Re: AES_DECRYPT output Date: Wed, 07 Sep 2005 12:19:01 +0100 I suppose that you have to change the status to Open, or people suppose that there ar

Re: AES_DECRYPT output

2005-09-08 Thread M DR
I tried changing the status, but it seems only MySQL staff can do it (so the message says), so I can't do that. Any idea how it's possible to do so? From: Nuno Pereira <[EMAIL PROTECTED]> To: mysql@lists.mysql.com Subject: Re: AES_DECRYPT output Date: Wed, 07 Sep 2005 12:19:01

Re: AES_DECRYPT output

2005-09-07 Thread Nuno Pereira
y because the status has been set to "Can't repeat"). See for the entry in the bugs database: http://bugs.mysql.com/bug.php?id=12872 Any idea how I can help fixing the problem nonetheless? From: Gleb Paharenko <[EMAIL PROTECTED]> To: mysql@lists.mysql.com Subject: Re: AES_DE

Re: AES_DECRYPT output

2005-09-07 Thread M DR
tatus has been set to "Can't repeat"). See for the entry in the bugs database: http://bugs.mysql.com/bug.php?id=12872 Any idea how I can help fixing the problem nonetheless? From: Gleb Paharenko <[EMAIL PROTECTED]> To: mysql@lists.mysql.com Subject: Re: AES_DECRYPT output

Re: AES_DECRYPT output

2005-08-29 Thread Gleb Paharenko
Hello. > And I guess you also refer to the strange behavior that it's different when > adding an ORDER BY or GROUP BY, right? Yes, in my opinion, ORDER BY shouldn't change the column's type. "M DR" <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks for your answers, > > What is acc

Re: AES_DECRYPT output

2005-08-29 Thread M DR
Kind regards, Martin From: Gleb Paharenko <[EMAIL PROTECTED]> To: mysql@lists.mysql.com Subject: Re: AES_DECRYPT output Date: Mon, 29 Aug 2005 11:27:08 +0300 Hello. Your versions seem to be rather fresh. If you are able to make a reproducible test case you may want to report a bug

Re: AES_DECRYPT output

2005-08-29 Thread Gleb Paharenko
rom: Gleb Paharenko <[EMAIL PROTECTED]> >>To: mysql@lists.mysql.com >>Subject: Re: AES_DECRYPT output >>Date: Fri, 26 Aug 2005 17:14:28 +0300 >> >>Hello. >> >>How does your application connect to MySQL server (MyODBC or >>Connector/Net)? What ve

Re: AES_DECRYPT output

2005-08-29 Thread M DR
From: Gleb Paharenko <[EMAIL PROTECTED]> To: mysql@lists.mysql.com Subject: Re: AES_DECRYPT output Date: Fri, 26 Aug 2005 17:14:28 +0300 Hello. How does your application connect to MySQL server (MyODBC or Connector/Net)? What versions of MySQL Server and Connector do you use? "M

Re: AES_DECRYPT output

2005-08-26 Thread Gleb Paharenko
Hello. How does your application connect to MySQL server (MyODBC or Connector/Net)? What versions of MySQL Server and Connector do you use? "M DR" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm currently using AES Encryption to encrypt some of my data (using it in a > ASP.NET application)