-
```
I use PostgreSQL ODBC driver to connect to H2 database, call SQLNumResultCols.
First, I create a table like this:
CREATE TABLE t ( f VARCHAR(20) NOT NULL )
And then, as the 1st case, I do:
SELEC…
-
```
I use PostgreSQL ODBC driver to connect to H2 database, call SQLNumResultCols.
First, I create a table like this:
CREATE TABLE t ( f VARCHAR(20) NOT NULL )
And then, as the 1st case, I do:
SELEC…
-
```
I use PostgreSQL ODBC driver to connect to H2 database, call SQLNumResultCols.
First, I create a table like this:
CREATE TABLE t ( f VARCHAR(20) NOT NULL )
And then, as the 1st case, I do:
SELEC…
-
```
I use PostgreSQL ODBC driver to connect to H2 database, call SQLNumResultCols.
First, I create a table like this:
CREATE TABLE t ( f VARCHAR(20) NOT NULL )
And then, as the 1st case, I do:
SELEC…
-
When you first materialize a model as a view and then later on change your config to materialize that exact same model as a table, it will fail because dbt-fabric tries to drop the model as being a ta…
-
Prerequisite: #167
Presently, iRODS works just fine with MariaDB, provided a MySQL ODBC driver is used. (I think. I've tested basic commands, but I haven't run the full test suite.)
Let's add proj…
-
cannot get returning data from insert statement when in ODBC version3 mode:
~~~
$ /opt/odbc/bin/isql Formax
SQL> insert into emp (ename) values ('g') returning id,ename,job,mgr,hiredate,sal,comm,de…
-
### Type of issue
Typo
### Description
[Enter feedback here]
The example shows OracleConnection, OracleCommand, OracleDataReader instead of OdbcConnection, etc. Is this correct
### Page URL
…
-
So I got arrow-odbc (almost) working with async-polling with these two PRs: https://github.com/pacman82/arrow-odbc/pull/102 and https://github.com/pacman82/odbc-api/pull/577
But I'm running into an…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
avhz updated
2 months ago