Git Product home page Git Product logo

Comments (2)

kipcole9 avatar kipcole9 commented on July 19, 2024

@akaibukai my apologies for a very slow response - somehow I didn't see a notification from Github.

First, they are definitely compatible. To make sure I created a new app and added in mix.exs:

  defp deps do
    [
      {:ex_money_sql, "~> 1.3"},
      {:jason, "~> 1.0"}
    ]
  end

And after mix deps.get I see:

New:
  cldr_utils 2.9.1
  connection 1.0.4
  db_connection 2.2.2
  decimal 1.8.1
  ecto 3.4.5
  ecto_sql 3.4.5
  ex_cldr 2.16.1
  ex_cldr_currencies 2.6.1
  ex_cldr_numbers 2.15.1
  ex_money 5.2.1
  ex_money_sql 1.3.0
  jason 1.2.1
  nimble_parsec 0.6.0
  postgrex 0.15.5
  telemetry 0.4.2

Which definitely shows ex_money 5.2.1 and ex_money_sql 1.3.0 as expected.

I suspect that maybe your issue is related to upgrading and perhaps a simple mix deps.update ex_money would fix this? Alternatively, just remove the dependency for ex_money since ex_money_sql will include it.

Lastly, you can try mix deps.clean ex_money ex_money_sql --unlock followed by mix deps.get.

Let me know if that resolves your issue?

from money_sql.

akaibukai avatar akaibukai commented on July 19, 2024

Hello Kip,

It's not a problem, you hadn't need to apologize.. And even thanks for your work!

In the meantime I managed to do it in other way (it was an opportunity to try the other gem..)

But I was sure that the problem was happening even with a fresh repo, and I even remember that I deleted the mix.lock file and the _build directory altogether. Also the problem was not occurring when doing mix deps.get but only when doing mix deps.compile.

I tried again now and the problem doesn't occur anymore..
I should have messed up with something but I'm not sure what..
So I'm going back to ex_money in the project I was working on..

So thanks again for your time..

from money_sql.

Related Issues (17)

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.