doltgresql icon indicating copy to clipboard operation
doltgresql copied to clipboard

DoltgreSQL - Version Controlled PostgreSQL

Results 28 doltgresql issues
Sort by recently updated
recently updated
newest added

This is used by the ORM we use in the Dolt workbench to initialize the database connection ``` getting_started-> SELECT * FROM current_schema(); server closed the connection unexpectedly This probably...

workbench

```bash % doltgres version dolt version 0.4.0 Warning: you are on an old version of Dolt. The newest version is 1.35.9. To disable this warning, run 'dolt config --global --add...

bug

Sysbench runner tests fail with: ``` Successfully started database server time="2024-03-29T16:55:01Z" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=1 time="2024-03-29T16:55:01Z" level=info msg=ConnectionClosed connectionID=1 sysbench 1.0.20 (using system LuaJIT 2.1.0-beta3) time="2024-03-29T16:55:01Z" level=info msg=NewConnection DisableClientMultiStatements=false connectionID=2...

The following issue should only be relevant to Dolt and MySQL, however it also affects DoltgreSQL. MySQL has a row limit of 65KB, however PostgreSQL does not have the same...

bug

This is the first query that takes very long time or sometimes it times out. Broke down the result received from running the logic test: The query: ```sql SELECT x46,x29,x34,x16,x21,x31,x17,x40,x4,x56,x26,x27,x45,x2,x20,x41,x28,x36,x37,x7,x23,x64,x18,x22,x33,x61,x24,x54,x9,x48...

Copied from [original request](https://github.com/dolthub/doltgresql/issues/44#issuecomment-1854163957): I really want to share our intended use case with doltgres just so you know how interested I am in this project: we do claim management...

With the latest version of doltgres, `v0.3.1`, running `doltgres version` returns `0.3.0`.

``` ./doltgres version dolt version 0.3.1 Warning: you are on an old version of Dolt. The newest version is 1.30.7. ```

After running `doltgresql` in a directory, if you then run `dolt` in that same directory (or a subdirectory), you will encounter this error: ```bash % dolt sql # Welcome to...

bug

Upon fixing the ping issue in https://github.com/dolthub/doltgresql/issues/42, the next stopper was `CREATE SCHEMA`. This is a new issue since there are going to be more cases where tools rely on...