Giter Site home page Giter Site logo

pgmetadata's People

Contributors

deem0n avatar juliendelplanque avatar olivierauverlot avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pgmetadata's Issues

SqlObject>>#= and SqlObject>>#hash

SqlObject>>#= should be implemented as:

= anObject
	^ self class = anObject class and: [ self oid = anObject oid and: [ self name = anObject name and: [ self owner = anObject owner ] ] ]

SqlObject>>#hash should be implemented as:

hash
	^ (self oid hash bitXor: self name hash) bitXor: self owner hash

Unsupported frontend protocol 2.0: server supports 3.0 to 3.0

I downloaded PgMetadata library for Pharo 10 to connect to PostgresQL 14.
I downloaded an updated version that is supported by Pharo 10 from deemOn , as Garage (a dead library) is now replaced by P3Client.

However, an error was thrown while connecting to it as per below screenshot (I guess because of Postgres version) :
Screenshot 2022-09-29 at 11 09 59 AM

I tried the PGMetadata version (developed by olivierauverlot) using Pharo8 image and the new version (fixed by deem0n) on a Pharo 10 image, and both are throwing the same error.

@deem0n , @olivierauverlot any recommendations ?

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.