detule

Results 10 issues of detule

Hi: Would you consider adding the ability to minimize rather than collapse entirely the sidebar? It seems to be a popular feature ( we certainly have a use case for...

Closes https://github.com/r-dbi/odbc/issues/255 Thought about going couple of different ways here - including masquerading the materialized views as simple "view" s. In the end opted for leaving them marked as they...

This should lighten the usage of the ( sometimes expensive ) `SQLTables` API call to infer the DB hierarchy when connecting. Over time, and if/when needed, we could also make...

Currently when determining the structure of the object tree for the connection, [we call](https://github.com/r-dbi/odbc/blob/main/R/connection-pane.R#L34) odbcConnectionCatalogs/Schemas just to verify if there is a non-trivial result. For example, `if length(odbcConnectionSchemas(conn)) then `....

feature
connection-pane :window:

Enumerate procedures / functions in connections pane ( in addition to tables/views ), if possible.

feature

Hi Joe, The first commit is to address a problem/bug with googleChartsInit(....) in the use case when the argument is not NULL (loading individual charting packages from within the google...

Hi @krlmlr I was wondering if you have tested Oracle connections against DB versions 21 or lower with `DBItest`? One of the issues I came across is related to SQL...

This is an attempt at finishing off https://github.com/r-dbi/odbc/pull/461 * Rebased on top of main * Rather than customizing both `dbListTables` and `dbExistsTable`, opted to specialize `odbcConnectionTables`. I think this resulted...

Related to: https://github.com/r-dbi/odbc/issues/790 https://github.com/r-dbi/odbc/issues/208 https://github.com/r-dbi/odbc/issues/130 When writing to a datetime/datetime2 target, we use a fixed precision of three decimals to avoid needing to know the user-configurable precision of the datetime2...

feature
mssql