-
Hi thanks for the great work.
Can we please have support for parameters in multiple statements?
There seems to be some work complete on this for https://github.com/tulayang/asyncmysql so would b…
-
```
What steps will reproduce the problem?
1. Download
http://www.stickpeople.com/projects/python/win-psycopg/2.5.1/psycopg2-2.5.1.win-
amd64-py2.7-pg9.2.4-release.exe
2. Attempt installation from th…
-
**Describe the bug**
I'm trying to send recurring invoices, but they don't seem to be made. I looked at the documentation, but it says for docker that I shouldn't add cron? I'm running 6.0.6 on docke…
-
The installation instructions mention
> System requirements
>
> Python 3.8+
> PostgreSQL 9+
> Compiler toolchain and development files for Python and PostgreSQL
>
> On Debian-ba…
-
I had to manually substitute fields an it was unclear was values should have been used.
Script should take in list of settings and finish deploy. Users should not have to search and replace in settin…
ghost updated
7 years ago
-
Table DDL:
```
CREATE TABLE heres(
id serial,
name varchar,
lnglat geometry("POINT", 4326),
primary key (id)
);
```
`INSERT INTO heres (name, lnglat) VALUES ('test2',ST_GeomFromEWKT('…
huaxk updated
5 years ago
-
Hi,
I'm using a new m1 macbook, I can't start my project which use `pg` and `pg-native`, despite the fact that `pg_config` is available and `libpq` is installed on my computer.
## Minimal repr…
-
```
# 安装ruby
sudo apt-get install ruby
# 安装gem
sudo apt-get install gem
sudo gem up
# 安装 bundle
sudo apt-get install bundler
```
```
# 坑1
sudo apt-get install ruby-dev
# 坑2
sudo apt-get install …
-
I am having trouble connecting to the free instance of coackroachdb. I have read through the issues, and it seems to be connected to certs. I have tried disabling SSL and not including any SSL optio…
-
보통 디렉터리마다, README 파일이 존재하는데 반해서, 여기에서는 `README` 파일이 존재하지 않는다.