Jeroen Vermeulen

Results 14 issues of 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...

Changes in 8.0 ============== Many things have changed. Most code written against 7.x will still work, but there may now be nicer ways of doing things. Some of your code...

8.0

Nowadays libpq has a "pipeline" feature (inspired by the Java driver, where I guess it was introduced because JDBC supported it because ODBC had it). But libpqxx has had one...

9.0

Apparently the Unicode Consortium says there are "disruptive changes" in this version.

Now that string conversions to `string_view` and such are allowed, it would be good to review the conversions implied by various functions: if a function converts data from a temporary...

8.0

Similar to what I've done with `pqxx::prepped`, it'd be nice to have a marker type to indicate the need to quote a string _as an identifier_ (e.g. a table or...