Jump to content

Recommended Posts

Posted (edited)

Got a problem pasting SQL code that involves the '@' character.

It always converts to MENTION tags, making the code unusable as pasted.

 

 

example

 

set          @logFile = left          @logFile,len          @logFile) - charindex('_',reverse          @logFile))) + '.trc'

   print          @logfile
   

 

 

in the above example, the left brackets before the @ character have disappeared.

 

with the parsing and smilies disabled...

set         @logFile = left         @logFile,len         @logFile) - charindex('_',reverse         @logFile))) + '.trc'

   print         @logfile
   

 

The left-brackets have disappeared and the MENTIONS seem determined to stay. I can't get rid of them. It's a bit of a mess, to be honest.

 

Poor 'log' user will be rushing over to see what's going on.

 

Mentions should be totally disabled within code blocks.

Edited by jinnantonnixx
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...