active_record.cr icon indicating copy to clipboard operation
active_record.cr copied to clipboard

Create hangs

Open matti opened this issue 8 years ago • 2 comments

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 avatar Feb 20 '17 14:02 matti

using latest crystal, macos.

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

matti avatar Feb 20 '17 14:02 matti

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

waterlink avatar Mar 20 '17 05:03 waterlink