Code Monkey home page Code Monkey logo

Comments (5)

pudo avatar pudo commented on July 22, 2024

This seems to be an issue in the underlying SQLAlchemy bindings. Officially, HSTORE support seems to have been added in 0.8, but that doesn't seem to work in your case?

Anyway, I'm not sure it's useful for us to start tracking SQLAlchemy issues on this bugtracker -- would you mind closing this and moving it over to them? If we need to update the SQLAlchemy version we run against, thats an easy thing to do, though.

from dataset.

aklaver avatar aklaver commented on July 22, 2024

Not sure it is entirely an SQLAlchemy bug. I am using the same versions of SQLA and psycopg2 with other programs and not seeing this problem. I will do some further digging before closing.

from dataset.

aklaver avatar aklaver commented on July 22, 2024

You where right it is a SQLA issue, fixed in 0.8.1 release.

from dataset.

pudo avatar pudo commented on July 22, 2024

So it'd be useful to up the dependency?

On Mon, Apr 29, 2013 at 10:46 PM, Adrian Klaver [email protected]:

You where right it is a SQLA issue, fixed in 0.8.1 release.


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-17193196
.

from dataset.

aklaver avatar aklaver commented on July 22, 2024

Yes, if you are using hstore. In my case what confused me was that the table I was running datafreeze against did not actually contain an hstore column and the error was a no-op. Digging deeper, showed that the reflection process gathers information on all types registered in the database. In was in that procedure that the error was thrown not the fetching of data from the table.

from dataset.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.