Updated _Footer (markdown)
use a better example for the OPENJSON trick
remove footer
Created _Footer (markdown)
Updated Install (markdown)
mac conda install unixodbc
installation on ARM macs
release note tweaks
lots of updates to the release notes
multiple wheel zip files
remove 2.7 from the release process
Updated Binding Parameters (markdown)
Updated fast_executemany support for various ODBC drivers (markdown)
MySQL update
Note in `columns.is_nullable` should be `SQL_NULLABLE_UNKNOWN` instead of `SQL_NULLS_UNKNOWN`
more db transaction explanation
add crsr contextlib.closing example
add conn contextlib.closing example
add pyodbc.odbcversion
MSSQL ODBC driver tweaks
re-order datatype table columns
Updated Troubleshooting – Generating an ODBC trace log (markdown)
TOCs for each section
small build correction
Tweak release instructions
add article ref for building
use "python -m pip install", not "python setup.py install"
The Visual C++ redistributable is not a complier, so mentioning it in that context was confusing (and manually downloading it is almost always unnecessary).