elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
69.62k stars 24.64k forks source link

SQL JDBC: enquoting literals and simple identifiers in JDBC 4.3 #32084

Closed astefan closed 3 months ago

astefan commented 6 years ago

A set of four methods have been added to java.sql.Statement dealing with enquoting literals and simple identifiers: enquoteIdentifer, enquoteLiteral, enquoteNCharLiteral, and isSimpleIdentifier. Look into implementing this as part of ES SQL JDBC support. Spin off from https://github.com/elastic/elasticsearch/issues/31881

elasticmachine commented 6 years ago

Pinging @elastic/es-search-aggs

elasticsearchmachine commented 8 months ago

Pinging @elastic/es-analytical-engine (Team:Analytics)

wchaparro commented 3 months ago

Closing as not planned, superceded by our work in ES|QL. Please reopen if you have concerns.