-
Some of the larger datasets can be tough to query from the webapp. Besides the primary key index, it likely needs indexes on all the relevant dates (e.g. client start/end) and ids (matched id, event i…
-
### Feature description
It would be great if QGIS could support the temporal range types offered by PostgreSQL
- tsrange - Range of timestamp without time zone
- tstzrange - Range of timestamp wi…
csibk updated
11 months ago
-
I want to add support for the tstzrange column type using Joda's DateTime. I've attempted this in my Postgres driver:
```
trait Postgres extends PostgresDriver
with PgArraySupport
with PgDateSupportJ…
-
I am running into this issue when using a custom type A(date: TimeStamp, value: Double). I am currently running on scala 2.10.5. I have followed your test example almost identically. The row itself ha…
koadr updated
8 years ago
-
One thing I particularly like is https://hackage.haskell.org/packages/recent (though it only shows the most recent uploads).
It would be cool if user's pages showed their recent activity (ie uploads…
-
Hi, I'm using `epgsql` to connect to database under replication mode and then I start replication.
Here's a sample of the code written in Elixir:
```elixir
epgsql_config =
Keyword.get(c…
-
**Is your feature request related to a problem? Please describe.**
Right now the cli generates a type of `unknown` for tsrange fields. It would be nice to get some information for rows that include…
-
The end goal is to support a postgres point in time schema
Here is a sample
```
CREATE EXTENSION if not exists btree_gist;
drop table if exists user_email;
drop table if exists users;
cr…
-
## Setup
### Versions
- **Rust:**
- **Diesel:** master
- **Database:** postgres
- **Operating System:** Arch Linux
### Feature Flags
- **diesel:** ["postgres", "chrono", "serde_json"]
## Proble…
-
OK, this one is strange and I can't find anything that would help me out in resolving the issue, but it's entirely possible I'm doing something wrong.
It seems that if I map the range to `NpgsqlRange…