Reggie Riser

Results 5 comments of Reggie Riser

Just ran into this issue as well. Part of my confusion came from the fact that I was referencing Example 14 from the API examples page, which shows the (non-working)...

I think a regression may have been introduced between django-pyodbc versions 0.2.4 and 0.2.5. I did some simple tests using the Django tutorial project. With 0.2.5, the following produce the...

I logged the SQL generated from my earlier examples that failed in 0.2.5. The only difference is this phrase: 0.2.5: `... LIKE UPPER({'_placeholder_1': u'[polls_poll].[question]'}) ...` 0.2.4: `... LIKE UPPER(%s) ...`...

To add one more data point, once your imports have been reformatted to be in the odd state shown above: ``` import ( // comment "fmt" "os" // test )...

@crwallace ... I would categorize it as more of a documentation fix (assuming we consider Storybook to be documentation). For more context, see [this Slack thread](https://trussworks.slack.com/archives/C0122MPMXL3/p1712065030236249).