statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
104 stars 74 forks source link

Cannot create form submissions #121

Closed hotmeteor closed 1 year ago

hotmeteor commented 1 year ago

PHP 8.1 Laravel 9.50 Statamic 3.4


I have a simple form:

When I submit the form I receive a query error:

SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for integer: "1675443750.7679" 

Screen Shot 2023-02-03 at 11 07 32@2x

Any ideas what might be causing this?

hotmeteor commented 1 year ago

Update: Looks like it's this LOC in src/Forms/Submission.php, line 53:

Screen Shot 2023-02-03 at 11 09 56@2x

jasonvarga commented 1 year ago

Closing as I can't reproduce it. See comment in #122 for more details.