Skip to content

Commit

Permalink
Add Native query support to connector:
Browse files Browse the repository at this point in the history
  • Loading branch information
pj-spoelders committed Oct 16, 2024
1 parent ca34168 commit fb645a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Exasol/Exasol.pq
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ Odbc.DataSource.Options.SQLGetTypeInfo =
// A record providing various overrides of driver capabilities, and a way to specify capabilities that aren't expressed through ODBC 3.8.
Odbc.Datasource.Options.SqlCapabilities = [
Sql92Conformance = 8/* SQL_SC_SQL92_FULL */ ,
Sql92Translation = "PassThrough",
//GroupByCapabilities = 2 /*SQL_GB_GROUP_BY_CONTAINS_SELECT = 0x0002*/,
FractionalSecondsScale = 3,
SupportsNumericLiterals = true,
Expand Down

0 comments on commit fb645a2

Please sign in to comment.