Re: [Firebird-net-provider] Parser class/library

2015-10-05 Thread Amro El-Fakharany
I would be very careful taking a dependency on an external library like yacc or antlr and would recommend to avoid such a path. If at all a standalone "light weight" tokenizer should be preferable although, unfortunately, I don’t know any. Libraries like antlr and yacc are simply awesome but

Re: [Firebird-net-provider] Parser class/library

2015-10-05 Thread Amro El-Fakharany
pers of the Firebird .NET providers provi...@lists.sourceforge.net> > Betreff: Re: [Firebird-net-provider] Parser class/library > > IIRC, yacc\lex are an external tools that produce .cs files that provide > parsing. > > > On 5 October 2015 at 17:31, Amro El-Fakharany <amro00..

Re: [Firebird-net-provider] Parameter check

2015-09-30 Thread Amro El-Fakharany
Hi Jiri, you're not spinning circles. Either the check should be value.ParameterName or FbParameter should override the Equals() method accordingly. > -Ursprüngliche Nachricht- > Von: Jiří Činčura [mailto:j...@cincura.net] > Gesendet: Mittwoch, 30. September 2015 08:12 > An:

[Firebird-net-provider] DNet 176 and 564

2015-06-02 Thread Amro El-Fakharany
Hi all, I'm trying to provide a patch fort the mentioned Jira issues. The patch can be found here: https://github.com/amroel/NETProvider/commit/576b16bc1afcb5f8373c149f928ef62 c597e5373 Would someone please review it before I submit a pull request? Jiri? Thank you Amro

[Firebird-net-provider] [FB-Tracker] Created: (DNET-564) Parameters are ignored if a comment in a query contains a single or double quote

2014-08-16 Thread Amro El-Fakharany (JIRA)
provider Issue Type: Bug Components: ADO.NET Provider Reporter: Amro El-Fakharany Assignee: Jiri Cincura Priority: Minor The following query fails with an unknown token exception: select int_field from test -- a comment with ' where