to a method and the result is m_connection.execute( L"-CREATE TABLE jobs ( id $IDENTITY PRIMARY KEY, title varchar(32), comment text, starttime DATETIME," [snip]
The '$$IDENTITY' inside the wide-char string looses one '$' sign.
Regards
Hajo
3 L A T E S T R E P L I E S (Newest First)
support
Posted - Mar 08 2010 : 04:16:53 AM case=23814 was marked as a duplicate of case=19247 case=19247 is fixed in build 1814
kevinsikes
Posted - Feb 10 2009 : 12:12:37 AM The string concatenation and L prefix are indicative of C++.
This is readily reproducible, and appears to be caused by the VA Snippet engine intercepting the literal text as if it were part of the Refactor Extract Method VA Snippet, which controls the formatting of the extracted method.