At 10.8 I was using a where clause with quotes around values that queried integer columns. I also used a where clause for example, Date = '2024-01-01'. These queries worked fine. Since we have moved out testing environment to 10.9, the where clause no longer works with quotes if querying an integer field, and I had to add DATE before the date for the where clause to work. I can't find any documentation about changes that caused the malfunction. Does anyone have any insights into the where clause changes for the 10.9 arcgis rest api? Thanks.