Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create hangs #60

Open
matti opened this issue Feb 20, 2017 · 2 comments
Open

Create hangs #60

matti opened this issue Feb 20, 2017 · 2 comments

Comments

@matti
Copy link

matti commented Feb 20, 2017

works: Person.get(4)
works: Person.all
works: p.name = "lol"; p.update
works: p = Person.new({fieldshere})

hangs: Person.new({fieldshere}).create
hangs: Person.create({fieldshere})
@matti
Copy link
Author

matti commented Feb 20, 2017

using latest crystal, macos.

I'm able to insert records to the database manually.

@waterlink
Copy link
Owner

@matti Which database adapter are you using? And which version of the active_record and the adapter ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants