DanielHe4rt / scylloquent

Cassandra/ScyllaDB driver for Eloquent ORM
MIT License
22 stars 1 forks source link

Model::create() not working properly #5

Closed DanielHe4rt closed 1 year ago

DanielHe4rt commented 1 year ago

After a few tests I saw that the eloquent direct method to create items into the database doesn't work. Maybe it something related to casting objects from Laravel to Cassandra/Scylla environment.

DanielHe4rt commented 1 year ago

Fixed