Brent Moran
Brent Moran
For the architectural overhaul, we'll be implementing a bunch of RPC functions that need to get info from the database. We should: - Set up a stub function to get...
## Problem Apparently, PostgreSQL 17 will be released around the end of March 2024 or beginning of April. When that happens, we won't know whether Mathesar will work with that...
## Problem Our 0.1.6 instructions to build from scratch LINK HERE WHEN PUBLISHED require `wget`, `unzip`, and `gettext` dependencies. ## Proposed solution We should: - discuss whether we want to...
## Problem Currently, the version of the PostgreSQL server internal to the `mathesar/mathesar-prod` docker image is 15, and the default version of the PostgreSQL server built as part of our...
## Problem Mathesar works with Python 3.12, but there are some difficulties with the dependencies. Specifically, the versions of `psycopg2-binary` and `pandas` that we have specified haven't published wheels for...
## Description We currently allow uploading and storing a number of filetypes that we don't actually support for import: - json - Excel - etc. (probably) ## Expected behavior We...
## Problem As part of the architectural overhaul, we reworked the `Connection` model, splitting it into a number of components. However, this broke the script that automatically installed Mathesar schemas...