Mark Paluch

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

type: enhancement

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...

type: enhancement

See spring-projects/spring-data-build#1494

type: task

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.

type: enhancement
status: ideal-for-contribution

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

type: enhancement
status: pending-design-work