[WIP] Changes to C++ unparser to facilitate SQL to C++#6
[WIP] Changes to C++ unparser to facilitate SQL to C++#6EraYaN wants to merge 4 commits intombdevpl:masterfrom
Conversation
Added more options to for mode unparsing. Added support for NameConstants. Added support for Byte strings (and also chars as single byte strings).
|
Hey! Just FYI: I've been also working on the C++ unparser in the meantime - although changes are not in master yet. I'd definitely like to merge the efforts at some point ;) |
|
Right my main blocker is the fact that an The branch name is misleading at this time, since I only touched the C++ unparser. Also I saw that python 3 supports syntax with a But most of all, I'm just trying to make stuff work. (like char literals are bytes objects that happen to be one character.) |
|
Closed in favour of #8 |
Tracking some changes here.