diff options
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | CHANGES | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,7 @@ This module contains code (namely the lexer and filter mechanism) from the pygments project that was written by Georg Brandl. Alphabetical list of contributors: +* Alexey Malyshev <nostrict@gmail.com> * Florian Bauer <florian.bauer@zmdi.com> * Mike Amy <cocoade@googlemail.com> * Jesús Leganés Combarro "Piranna" <piranna@gmail.com> @@ -3,6 +3,8 @@ Development Version Bug Fixes * Fix Python 3 compatibility of sqlformat script (by Piet Delport). + * Fix parsing of SQL statements that contain binary data (by Alexey + Malyshev). Enhancements * Improve parsing speed when SQL contains CLOBs or BLOBs (issue86). |
