Wagner Andrade

Results 8 comments of Wagner Andrade

Wow... It's a lot of changes. I haven't been around, sorry. @alansferreira is another developer that is trying to push this away (#6). I'm glad both of you want to...

Sorry @TommyEsteban, I haven't been around... as you can see. I'm glad if you want to provide a pull request, if you want. Thanks @GusBeare for help and options.

Realy exists a issue when connects in Postgres. The problem is on set_schema of post model, Sequel schema don't translate columns types to Postgres. I will work to solve this,...

I think that is the mapping of models (set_schema). Some sequel references uses "String :title" instead of "varchar :title", as is in Wind.

And about primary key on Postgress, I found this: > **primary_key** The primary key for the class. Sequel can determine this automatically for many databases, but not all, so you...

With: ``` set_schema do primary_key :id ``` Sequel generates a integer column with primary key constraint?

Really, I need to fix it. To be honest, I need to do a big refactoring in this old code.

Hi @GusBeare, thanks for share this issue. I will fix the README.