-
So I am trying to get clojure (for jepsen, see #4036 ) to talk to cockroach via jdbc and `--insecure`.
For this I use the standard Java org.postgresql JDBC driver (provided by postgres) version 9.4-1…
-
When you try to retrieve the same Timestamp multiple times on some iteration (4th ... 17th) it may return the time that is one hour off.
data type: timestamp without time zone
The problem exists on…
-
The SQL logic tests fail when run after 8pm in New York. The failing test is
```
query T
SELECT now() - current_date()::timestamp < interval '24h10s'
----
true
```
Expanding those two expressions, w…
-
It would be awesome if there was a database protocol. I often use a database for parts of my workflow and curretly I just use tags for those steps. What I'd imagine is the following:
```
psql://user@…
-
Hi!
I am using pg8000 1.10.1.
When the name of the queried database includes utf-8 string, `UnicodeEncodeError` is emitted.
For example:
```
import pg8000
conn = pg8000.connect(user="tester", d…
-
**Migrated issue, originally created by Johannes Erdfelt ([@jerdfelt](https://github.com/jerdfelt))**
sqlite treats unique indexes and unique constraints as distinct entities. However, only indexes a…
-
Issue observed first with Npgsql 2.0.14.3. Reproduced with latest 2.2.0 RC 2.
```
CREATE OR REPLACE FUNCTION format_error()
RETURNS void AS
$BODY$
declare
x double precision;
y numeric;
begin
…
-
I create a new database with initdb on postgres 9.4b2. Before doing anything, I can do these commands:
```
dbtoyaml -Upostgres -H localhost -o test.yaml test
yamltodb -u -H localhost -U postgres tes…
-
To support geospatial queries other than boxes #6, we will need the database to be converted to [PostGIS](http://postgis.net/)
-
Hi Paul
I created a psql dump and uploaded it to cristi's site under /home/cristi. I have tried to drop the exiting `cccs` database to allow me to add in this new one, but can't seem to make it work…