Page 1 of 2
PureBasic 5.10 beta 4
Posted: Fri Jan 18, 2013 2:46 pm
by Fred
Hi there,
It's getting closer ! The fourth beta release of the upcoming 5.10 release is here, which includes various bug fixes and small changes:
Code: Select all
- Native types in pointer structure fields have been forbidden as well
- Enabled FTS4 support for SQLite
- Added an optional flag to DatabaseQuery(): #PB_Database_StaticCursor and #PB_Database_DynamicCursor (to allow FirstDatabaseRow() to work on some drivers)
It's available on your online account, don't hesitate to report any remaining bugs !
Have fun,
The Fantaisie Software Team
Re: PureBasic 5.10 beta 4
Posted: Fri Jan 18, 2013 2:47 pm
by Shield
Nice!

Re: PureBasic 5.10 beta 4
Posted: Fri Jan 18, 2013 2:59 pm
by davido
Thanks for all the hard work.
Looks great from here.

Re: PureBasic 5.10 beta 4
Posted: Fri Jan 18, 2013 3:09 pm
by ts-soft

thanks
Re: PureBasic 5.10 beta 4
Posted: Fri Jan 18, 2013 3:10 pm
by Little John
Once again just in time for the weekend.

Thanks!
Re: PureBasic 5.10 beta 4
Posted: Fri Jan 18, 2013 3:14 pm
by Zebuddi123
Thanks
Zebuddi.

Re: PureBasic 5.10 beta 4
Posted: Fri Jan 18, 2013 3:19 pm
by LuCiFeR[SD]
Thanks again team

/me runs off to download...
PureBasic 5.10 beta 4
Posted: Fri Jan 18, 2013 6:09 pm
by Didelphodon
thx, gettn' it asap
Re: PureBasic 5.10 beta 4
Posted: Fri Jan 18, 2013 6:48 pm
by oreopa
Thanx PB team. Testing.
Re: PureBasic 5.10 beta 4
Posted: Fri Jan 18, 2013 7:49 pm
by Sveinung
Thank you PB Team!!!
Regards
Sveinung
Re: PureBasic 5.10 beta 4
Posted: Fri Jan 18, 2013 7:54 pm
by jassing
[quote="Fred"]
Code: Select all
- Native types in pointer structure fields have been forbidden as well
- Enabled FTS4 support for SQLite
- Added an optional flag to DatabaseQuery(): #PB_Database_StaticCursor and #PB_Database_DynamicCursor (to allow FirstDatabaseRow() to work on some drivers)
Did the (sqlite/delete/update) limit-by flag cause issues?
Re: PureBasic 5.10 beta 4
Posted: Fri Jan 18, 2013 8:36 pm
by GeoTrail
Hi Fred.
While I was messing around with the new VD and were trying to figure out where my code bug were hiding, this error message poped from the PB editor
I wasn't doing anything and the PB window was minimized when the error appeared.
BTW: I haven't purebasic installed at C:\purebasic so I don't know whats up with that.
Re: PureBasic 5.10 beta 4
Posted: Fri Jan 18, 2013 10:26 pm
by Fred
jassing wrote:Fred wrote:
Code: Select all
- Native types in pointer structure fields have been forbidden as well
- Enabled FTS4 support for SQLite
- Added an optional flag to DatabaseQuery(): #PB_Database_StaticCursor and #PB_Database_DynamicCursor (to allow FirstDatabaseRow() to work on some drivers)
Did the (sqlite/delete/update) limit-by flag cause issues?
No it's activated as well.
Re: PureBasic 5.10 beta 4
Posted: Sat Jan 19, 2013 5:55 am
by jassing
Thanks Fred! I use sqlite so much; that these little improvements will really help out...
Thank you!
-josh
Re: PureBasic 5.10 beta 4
Posted: Sat Jan 19, 2013 9:03 am
by Poshu
Yeaaaah, the IDE is finally usable on linux again! Thanks PB team!