Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 2074 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I'm adding some custom SQL qualifiers

- WHERE (sale_status available calc=1)

this fails as the field name has 'calc' in it which I imagine is a reserved word. If I rename the field saleStatusAvailableCalc it works fine.

But I have many huge ipad databases in the wild and can't update the field name just now....

So I'd like to escape it - but WHERE (\"sale_status available calc\"=1) fails with a syntax error

Is it possible to do a normal escape at this point?

thanks

Steven

Posted

update:

I duplicated the field so I can use it for testing. The new field gives an error that I haven't seen before. When testing the SQL qualifier it give "example query failed with this error message: -1"

What does that mean?

the field is text and we're using MS4. I've also tried it with the field as number and saleStatusAvailableCalc=1

1690866251_ScreenShot2019-03-19at13_13_26.thumb.png.265c441d45894c34b22c5a6cd363d316.pngs

This topic is 2074 days old. Please don't post here. Open a new topic instead.

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...

Important Information

By using this site, you agree to our Terms of Use.