Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pasting a Query in SQL report HTML encodes characters
#1
When I create an SQL report and include a condition like:
PHP Code:
crment_so.createdtime '2016-01-01 00:00:00' 
It gets saved to the database as
PHP Code:
crment_so.createdtime '2016-01-01 00:00:00' 
Is this a bug or do I need to change a setting?


EDIT
Ironically, the character of course get decoded here so you will see a right arrow in both code examples and I don't know how to correct that, but trust me, it gets HTML encoded in the database.
Reply
#2
see if this helps: https://github.com/tsolucio/corebos/commit/d9a7bfa52802d25e2d60479628e9bd5d121c383f
Joe
TSolucio
Reply
#3
(02-01-2019, 10:20 PM)joebordes Wrote: see if this helps: https://github.com/tsolucio/corebos/commit/d9a7bfa52802d25e2d60479628e9bd5d121c383f

Did the trick, thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)