guedes / faker_fdw

Because, sometimes, your Elephant must lie
Other
89 stars 7 forks source link

Rename fake-factory to Faker #1

Closed ArturFormella closed 7 years ago

ArturFormella commented 7 years ago

Hello, running query:

CREATE SERVER faker_srv8
 FOREIGN DATA WRAPPER multicorn
 OPTIONS (wrapper 'faker_fdw.FakerForeignDataWrapper');

I have an exception:

SQL error:
ERROR:  Error in python: ImportError
DETAIL:  The ``fake-factory`` package is now called ``Faker``.
Please update your requirements.

The "fake-factory" package name is depreciated. Look also at this: https://github.com/FactoryBoy/factory_boy/issues/334

guedes commented 7 years ago

Hum... My fault, I've fixed that as you can see here but didn't fixed the README :( I'm changing that! Thanks for pointing it.

guedes commented 7 years ago

I've fixed the README.

To install you should change the version from v0.1.0 to v0.1.1:

sudo pip install http://github.com/guedes/faker_fdw/archive/v0.1.1.zip

Regards!