[Gambas-user] Some bugs
Benoit Minisini
gambas at ...1...
Wed Jun 16 19:51:07 CEST 2004
On Wednesday 16 June 2004 01:35, Nigel Gerrard wrote:
> Benoit,
>
> I will send the changes soon but you'll need to check them as I haven't
> been
> able to meet everything that you wished for in the last email :-)
>
> As for mysql and Sqlite field names are insensative in that Field1 =
> field1,
>
> so Create table Fred ( Field1 int, field2 text);
> select field2 from Fred where field1 = 2; will work and so will
> select Field2 from Fred where Field1 = 2
>
> But Field1 and field1 can be stored as the field name in the schema.
>
> Only gambas tries to stop this implementation.
>
> Nigel
>
I just wanted to release the 0.94 with the "case insensitive field name" fix
and the new IDE packager wizard.
Then, I want to clean the database component for the 0.95.
Regards,
--
Benoit Minisini
mailto:gambas at ...1...
More information about the User
mailing list