Mark Paluch
Mark Paluch
We should consider adding a Query Pre-Processor API that allows generic pre-processing of queries. The first use-case of query-pre-processing is named parameter expansion (see #23). Another case can be generic...
We should consider adding a generic, SQL 2011-compliant R2dbcDialect as a general fallback for unknown drivers to allow `DatabaseClient` usage instead of failing with `NoDialectException`. With #127, external libraries can...
Ideally, we interchange SQLXML as Clob type. We should also provide a utility to retrieve SQLXML for document parsing and to provide Clob data from a Document.
We should add support for SQL Server geometry/geography types that serialize and deserialize from/to Well-Known-Text/Well-Known-Binary representations and expose geometry/geography properties according to SQL Server specs. See also: * https://docs.microsoft.com/en-us/sql/connect/jdbc/use-spatial-datatypes?view=sql-server-2017