Editor does not recognise cast() function

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
DarkMatters
Posts: 5
Joined: Thu 31 Jul 2008 15:07
Location: New York, NY
Contact:

Editor does not recognise cast() function

Post by DarkMatters » Fri 20 Feb 2009 15:27

This statement:

Code: Select all

set _work_user_game = cast(substr(_list_of_user_games_with_hist_above_limit, 1, _pos - 1) as decimal(25)) ;
totally confuses the keyword recognition and produces several errors, stating with 'Unexpected symbol 'cast''. Using 3.10.225

Elias
Devart Team
Posts: 73
Joined: Tue 29 May 2007 14:02

Post by Elias » Mon 23 Feb 2009 08:30

Thanks for the report. We will investigate the problem.

Elias
Devart Team
Posts: 73
Joined: Tue 29 May 2007 14:02

Post by Elias » Tue 24 Feb 2009 11:14

We have fixed the problem. The fix will be available in the next build

Post Reply