Re: [Firebird-devel] CORE-4881

2015-09-21 Thread Dmitry Yemanov
21.09.2015 09:08, Simonov Denis wrote: >> 1. Can a string literal really be 64Kb if, internally, it is converted >> to varchar? Yes, it can. Internally our varchars allow strings up to 64KB, but this is not always respected in other layers, hence the official limit of 32KB (for the safety sake

Re: [Firebird-devel] CORE-4881

2015-09-21 Thread Helen Borrie
At 06:59 p.m. 21/09/2015, Dmitry Yemanov wrote: >21.09.2015 09:08, Simonov Denis wrote: > >>> 1. Can a string literal really be 64Kb if, internally, it is converted >>> to varchar? > >Yes, it can. Internally our varchars allow strings up to 64KB, but this >is not always respected in other layers,

Re: [Firebird-devel] Firebird 3.0 GDS32.dll compatibility

2015-09-21 Thread Virgo Pärna
On Thu, 17 Sep 2015 13:37:04 +0300, Dmitry Yemanov wrote: > 17.09.2015 11:13, Virgo Pärna wrote: > >> "General SQL error. >> SQLDA missing or incorrect version, or incorrect number/type of >> variables >> Invalid SQLDA version" > > It's not intended, but could be expected. However, I doubt it can

Re: [Firebird-devel] CORE-4881

2015-09-21 Thread Dimitry Sibiryakov
21.09.2015 9:30, Helen Borrie wrote: > but presumably the xsqlda can carry them? Currently - not because XSQLVAR.sqllen is a signed short int. -- WBR, SD. -- Firebird-Devel mailing list, web interface at https://

Re: [Firebird-devel] Crypto Performance

2015-09-21 Thread Michal Kubecek
On Tue, Sep 15, 2015 at 11:22:22AM -0400, Jim Starkey wrote: > 1. As Sean pointed out, the AES instructions are common on Intel > processors.  Not so for AMD, however, which only supports AES in > their high end server chips. Definitely not true. Both my recent AMD CPU's (FX-8150 and FX-4350) s

Re: [Firebird-devel] firebird.msg

2015-09-21 Thread Michal Kubecek
On Wed, Sep 16, 2015 at 07:34:12AM -0400, James Starkey wrote: > On Wednesday, September 16, 2015, Paul Reeves wrote: > On Wednesday 16 September 2015 11:35:02 Dmitry Yemanov wrote: > > 16.09.2015 12:04, Paul Reeves пишет: > > > I just noticed the size of firebird.msg in Fb 3 trunk - i

Re: [Firebird-devel] CORE-4881

2015-09-21 Thread Dmitry Yemanov
21.09.2015 12:33, Dimitry Sibiryakov wrote: >> but presumably the xsqlda can carry them? > > Currently - not because XSQLVAR.sqllen is a signed short int. And AFAIU nobody promised it could. "Cannot be assigned to anything but a blob" includes the output message/parameter, i.e. such a literal c

[Firebird-devel] Invalid scripts to install SS/CS in a snapshot

2015-09-21 Thread Simonov Denis
D:\fb\fb30>D:\fb\fb30\install_super.bat instreg version WI-V3.0.0.32047 Firebird 3.0 Release Candidate 1 Firebird has been successfully installed in the registry. Unknown switch "superserver" If I understand correctly now has to be only one installation script: install.bat -- Simonov Denis ---

Re: [Firebird-devel] Crypto Performance

2015-09-21 Thread Jim Starkey
On 9/18/2015 3:05 PM, Boris Damjanovic wrote: > I would like to bring your attention to the AES-XTS mode >- http://csrc.nist.gov/publications/nistpubs/800-38E/nist-sp-800-38E.pdf > and to the CTR mode >- http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf > - https://tools.ietf

Re: [Firebird-devel] Crypto Performance

2015-09-21 Thread Boris Damjanovic
Agree. On 9/21/2015 12:04 PM, Michal Kubecek wrote: > On Tue, Sep 15, 2015 at 11:22:22AM -0400, Jim Starkey wrote: >> 1. As Sean pointed out, the AES instructions are common on Intel >> processors. Not so for AMD, however, which only supports AES in >> their high end server chips. > Definit

[Firebird-devel] [FB-Tracker] Created: (CORE-4940) Add label about deterministic flag for stored function in SHOW command

2015-09-21 Thread Pavel Zotov (JIRA)
Add label about deterministic flag for stored function in SHOW command -- Key: CORE-4940 URL: http://tracker.firebirdsql.org/browse/CORE-4940 Project: Firebird Core Issue Ty