-
**Is your feature request related to a problem? Please describe.**
We are using custom fields to support filtering on a composite ecto type. Specifically, we use `ex_money` which has a type which i…
-
## System Information
### V doctor
```
OS: macos, macOS, 13.2, 22D49
Processor: 8 cpus, 64bit, little endian, Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
CC version: Apple clang version 14.0.0 (cl…
-
Было бы круто по аналогии с tsrange добавить возможность создавать колонку int4range
-
By default `NpgsqlRange` seems to map to `tsrange`.
But I need it to be `daterange`.
Here is my model:
```c#
public class ServiceRate
{
[Key]
public int Id { get; set; }
[Colum…
-
> ### UPDATE users SET age = 23 WHERE name = 'abc'
```elixir
event1 =
%PostgrexWal.Message.Begin{
xid: 3559,
commit_timestamp: 723795793583446,
final_lsn: 48458152
}
event2 …
-
Rubocop warns about multiple uses of `remove_column` in the same migration, saying it should be changed to use a `change_table, bulk: true`. However, `change_table` has no equivalent means of removing…
-
### Neovim version (nvim -v)
0.8.0
Using exactly the same configs for both environment
### Vim (not Nvim) behaves the same?
no
### Operating system/version
macOS 12.5 (M2 Air 2022), …
-
We'd like PGX to support Postgres Ranges (and to provide clean ways to pass ranges between Rust and PostgreSQL).
PostgreSQL has several builtin range types:
* `int4range` (and `int4multirange`)
…
-
### Feature Description
LunarVim startup is slow (1.5s) on WSL2 Ubuntu
```
$ lvim --startuptime /tmp/neovim-startup.log
$ cat /tmp/neovim-startup.log
...
303.802 019.738: VimEnter autocommand…
-
Trying to upgrade my `npm` CLI I got a build error on `tree-sitter`. I tried to update the package itself but with the same result
### OS
NAME="Linux Mint"
ID=linuxmint
ID_LIKE=ubuntu…