-
I assume this is the case for all files, but I tried reimporting an excel spreadsheet I had exported from an imported table and was greeted with this message:
`IMPORT FOREIGN SCHEMA ogr_all FROM SE…
robe2 updated
3 years ago
-
Hello,
i just ran into an error during creating the extension, make, install and installcheck went without errors.
```
=# create extension rum;
ERROR: operator % already exists
=# select ve…
-
If this isn't possible, then ogr_fdw should at least throw an error telling you that.
Here is my situation. I have this SQLite database with primary keys and GDAL has this less than useful feature o…
robe2 updated
5 years ago
-
I thought the latest rev will also fix the shadows problem here too but I guess not(look exactly the same as on Summon night 5 but I guess not)
In the last boss battle there is something like pink\r…
-
I have a small library written in C that uses POSIX TCP sockets which I compile to WASM via emscripten. I then call the exported WASM functions from JS in node to establish a connection to the TCP ser…
-
Currently, when executing queries that fail, the error message returned is a generic one, e.g.
ERROR: DB-Library error: DB #: 20018, DB Msg: General SQL Server error: Check messages from the SQL S…
-
## While executing SQL queries, we are getting the timeout errors.
## 2016-02-03 01:05:42.055 EST gmprod psql 172.17.0.1(54888) 172.17.0.1 >ERROR: DB-Library error: DB #: 20004, DB Msg: Read from the…
-
## Feature Request
**For English only**, other languages will not be accepted.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we c…
-
``` sql
create table foo as select * from mysql_remote.foo;
```
Ran this, and it returned successfully, but the pull was incomplete. Pulled down 148,8082 rows from the original 7,958,064 table. Jus…
munro updated
5 years ago
-
Use some write optimized append only storage subsystem. This will make replaying data super easy. Use a storage parameter for this.
`CREATE STREAM s (x int) WITH (archive=on)`