Re: [Firebird-devel] Regular Expression Library

2015-06-11 Thread Egor Pugin
By the way C++11 has native regex support. On 10 June 2015 at 21:03, Adriano dos Santos Fernandes wrote: > Hi! > > When I created SIMILAR TO predicate, I research for libraries to do the > real work and found no good alternative. > > PgSQL were using (AFAIR) Henry Spencer library, but its (PgSQL)

Re: [Firebird-devel] Regular Expression Library

2015-06-11 Thread marius adrian popa
My vote is to use the standard one or the boost.regex On Thu, Jun 11, 2015 at 10:07 AM, Egor Pugin wrote: > By the way C++11 has native regex support. > > On 10 June 2015 at 21:03, Adriano dos Santos Fernandes > wrote: > > Hi! > > > > When I created SIMILAR TO predicate, I research for librarie

Re: [Firebird-devel] firebird 2.5.4 on osx 64 configure host

2015-06-11 Thread marius adrian popa
I will do a test with B2_5_Release , with 2.5.4 seems to detect the darwin_i386 even if the changes with x*64-*-darwin* | x*64_*-darwin*) are in the configure script I will double check and report On Wed, Jun 10, 2015 at 5:51 PM, Paul Beach wrote: > < i386-darwin on x86-64 osx > so I had to us

[Firebird-devel] Fix Firebird build against OS X SDK 10.11

2015-06-11 Thread marius adrian popa
new small patch from libo https://github.com/LibreOffice/core/commit/a799d7c9a66464f33bd8ee42d535e29a976d64ae Paul please apply if consider as necessarily -- Firebird-Devel mailing list, web interface at https://lists.so

Re: [Firebird-devel] Regular Expression Library

2015-06-11 Thread Mark Rotteveel
That doesn't work: SQL regex is an SQL abomination that doesn't look like normal (perl or posix) regular expressions. BTW, as far as I know the postgresql similar to is SQL standard compliant, but they also provide a regex that is more familiar to people. - Reply message - Van: "Egor Pug

Re: [Firebird-devel] Regular Expression Library

2015-06-11 Thread Dmitry Yemanov
10.06.2015 21:03, Adriano dos Santos Fernandes wrote: > > At a first look, boost.regex is the library who can do it. It's > templatized and works with iterators and traits for customization. It > has integration with ICU and MFC strings, so this is useful to > understand how to customize it. Is it

[Firebird-devel] Re. Fix Firebird build against OS X SDK 10.11

2015-06-11 Thread Paul Beach
> There will have been a reason why that particular flag was used The change for nodefaultlibs was added to fix a problem with gcc 4.1 by the look of it. Since

Re: [Firebird-devel] firebird 2.5.4 on osx 64 configure host

2015-06-11 Thread Alex Peshkoff
On 06/11/2015 10:51 AM, marius adrian popa wrote: > I will do a test with B2_5_Release , with 2.5.4 seems to detect > the darwin_i386 even if the changes with x*64-*-darwin* | x*64_*-darwin*) > are in the configure script > In case of problems please report here actual value of target that cause

Re: [Firebird-devel] Regular Expression Library

2015-06-11 Thread Adriano dos Santos Fernandes
On 11/06/2015 05:26, Mark Rotteveel wrote: > That doesn't work: SQL regex is an SQL abomination that doesn't look > like normal (perl or posix) regular expressions. > Surely it has not normal perl/posix syntax. > BTW, as far as I know the postgresql similar to is SQL standard > compliant, but they

Re: [Firebird-devel] Regular Expression Library

2015-06-11 Thread Adriano dos Santos Fernandes
On 11/06/2015 06:08, Dmitry Yemanov wrote: > 10.06.2015 21:03, Adriano dos Santos Fernandes wrote: >> At a first look, boost.regex is the library who can do it. It's >> templatized and works with iterators and traits for customization. It >> has integration with ICU and MFC strings, so this is usef

Re: [Firebird-devel] Regular Expression Library

2015-06-11 Thread Vlad Khorsun
11.06.2015 13:44, Adriano dos Santos Fernandes wrote: > On 11/06/2015 06:08, Dmitry Yemanov wrote: >> 10.06.2015 21:03, Adriano dos Santos Fernandes wrote: >>> At a first look, boost.regex is the library who can do it. It's >>> templatized and works with iterators and traits for customization. It >

[Firebird-devel] [FB-Tracker] Created: (CORE-4838) DDL statement CREATE TABLE

2015-06-11 Thread Andrew Klimov (JIRA)
DDL statement CREATE TABLE -- Key: CORE-4838 URL: http://tracker.firebirdsql.org/browse/CORE-4838 Project: Firebird Core Issue Type: Bug Components: API / Client Library Affects Versions: 2.5.4

Re: [Firebird-devel] Regular Expression Library

2015-06-11 Thread Adriano dos Santos Fernandes
On 11/06/2015 07:58, Vlad Khorsun wrote: > 11.06.2015 13:44, Adriano dos Santos Fernandes wrote: >> On 11/06/2015 06:08, Dmitry Yemanov wrote: >>> 10.06.2015 21:03, Adriano dos Santos Fernandes wrote: At a first look, boost.regex is the library who can do it. It's templatized and works wi

[Firebird-devel] Any chance for realisation of CORE-2040?

2015-06-11 Thread Björn Reimer
Hello, any chance for a realisation in FB 3.0? Or is there a way to access the variables of an exception message in PSQL? Björn -- Björn Reimer - RRZE -- Firebird-Devel mailing list, web interface at https:/