Release 2.2.0 - Better integration with pg_wrapper
The new recommended way to enable pg_builder features in pg_wrapper's type conversion is to use a BuilderSupportDecorator
which decorates an instance of DefaultTypeConverterFactory
rather than ParserAwareTypeConverterFactory
which is a subclass of DefaultTypeConverterFactory
.
Both of these implement the new TypeNameNodeHandler
interface which can be used in typehints instead of a specific class.