[redland-dev] [Redland Language Bindings 0000509]: python/example.py does not work with Postgres 8.4.9
Mantis Bug Tracker
mantis-bug-sender at librdf.org
Fri Jun 15 10:57:40 EDT 2012
The following issue has been SUBMITTED.
======================================================================
http://bugs.librdf.org/mantis/view.php?id=509
======================================================================
Reported By: simonrgray
Assigned To:
======================================================================
Project: Redland Language Bindings
Issue ID: 509
Category: api
Reproducibility: always
Severity: block
Priority: high
Status: new
Binding Language (java, perl, php, python, ruby, tcl): python
======================================================================
Date Submitted: 2012-06-15 14:57
Last Modified: 2012-06-15 14:57
======================================================================
Summary: python/example.py does not work with Postgres 8.4.9
Description:
Running the python/example.py against
memory - works perfectly
SQLite3 - works perfectly
Postgresql 8.4.9 - fails to produce any data from query or serialization
Steps to Reproduce:
changing python/example.py to use the following postgres options:
storage=RDF.Storage(storage_name = "postgresql",
name = "tgs",
options_string =
"bulk='no',host='localhost',user='grays',database='tgs',contexts='yes',new='yes',password='',hash-type='memory',port='5432',dbname='tgs'")
and running the script against an existing postgres db 'tgs'
successfully adds in the triples but the query and serialization fail completely
to return any data.
Additional Information:
Replicated behaviour using rdfproc, so its probably not the bindings
but somewhere deeper.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-06-15 14:57 simonrgray New Issue
======================================================================
More information about the redland-dev
mailing list