« Return to Thread: Bug in Database manager

Re: Bug in Database manager

by Benoît Minisini :: Rate this Message:

Reply to Author | View in Thread

> > what I mention is also happen when you using the database manager to
> > create the table and the default value . this  happen if the field type
> > is string . create a table (sqlite) using database manager . create a
> > field type string . enter the default value 'O' .save . refresh /reload .
> > the default value for the string change to number (the number change each
> > time you open the database manager).
> >
> > if you check the schema of the table from sqlite konsole , it show
> > correct the default 'O' .
> >
> > if you want to enter data into the table using database manager you will
> > see default (random number) field into it rather than 'O' .
>
> Ah, okay! I will investigate...

Wow, two bugs mixed together! They should be fixed in revision #2083. If you
can test it and confirm the fix, it would be cool.

Regards,

--
Benoît

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

 « Return to Thread: Bug in Database manager