Gevik Babakhani wrote:
>
> Hello all,
>
>
>
> Hereby an alpha version regarding the:
>
> TODO Item: SQL-language reference parameters by name.
>
>
>
> I am sending this patch to check if I am on the right track.
>
> So please take a look at this if possible.
>
Step 1: don't use c++ style comments like this:
+ //TODO: Check here
C89 is basically our standard. gcc -std=c89 will check that it complies.
cheers
andrew