Jeroen Vermeulen
Jeroen Vermeulen
This started out as a completely different project. But along the way, I discovered that elements of arrays or of composite values are _never single-quoted._ If we see an element...
The `AX_HAVE_POLL` macro always fail in C++ when I enable gcc's stricter warning options and also `-Werror`. I get these warnings (elevated to errors by `-Werror`): conftest.cpp: In function 'int...
The optimisations are: 1. Inline glyph scanning function in the search loop. 2. For "ASCII-safe" encodings, use the "monobyte" search loop. The inlining optimisation works as follows: Previously the stream...
Adds a `field` member function, `as_sql_array()`, which reads an SQL array value into a `pqxx::array`.
This is a re-filing of an older ticket that got hijacked for a different problem: #644. The original question from @maresc-g was: 《We're looking to upgrade our version of pqxx...