Bug #73908 When using the now () in a view, after recording, formatting adds a space after
Submitted: 12 Sep 2014 21:27 Modified: 12 Sep 2014 22:17
Reporter: Jorge Neto Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:6.1.4 OS:Windows (Microsoft Windows 7 Service Pack 1 build 7601, 32-bit)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[12 Sep 2014 21:27] Jorge Neto
Description:
When we create a view where we have the "now()" function, after apply the formatting, a space is added between "now" and "()". 
The next time user change the view, an error occurs with Feedback: 
ERROR 1630: FUNCTION db.now does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual. 
The user must manually delete the extra space.

How to repeat:
Click to create a view like this: 
CREATE VIEW AS `new_view` 
select date (now()) as d1

Now try changing "d1" to "d2"
[12 Sep 2014 22:17] MySQL Verification Team
Looks like a duplicate of: https://bugs.mysql.com/bug.php?id=73661