To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=59211
------- Additional comments from [EMAIL PROTECTED] Fri Feb 10 03:03:35 -0800 2006 ------- According to the SQL standard (see for instance http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt for a SQL-92 version), there is a concatenation operator || which can be used to concatenate two strings. While various databases (at least the integrated HSQLDB engine, but also e.g. PostgreSQL) support this operator, OOo Base's parser doesn't recognize it. Let's implement this operator :) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
