Ghost/ghost/core
Daniel Lockyer ae88dc8548 Handled invalid timestamp format in filters
fix https://linear.app/tryghost/issue/SLO-85/fix-http-500-on-contentposts

- in the event we give the incorrect format in a filter, MySQL will
  throw an error and we'll throw a HTTP 500 error
- we can capture this error and return a more useful error to the user
- ideally we'd do this in a validation step before attempting the query,
  but parsing this out of NQL and detecting which columns are DATETIME
  could be quite tricky
2024-05-08 09:28:56 +02:00
..
content 🎨 Updated Source to v1.2.2 2024-04-15 01:06:06 +00:00
core Rolled out API framework JSDoc typing to more places 2024-05-08 09:28:31 +02:00
test Handled invalid timestamp format in filters 2024-05-08 09:28:56 +02:00
.c8rc.e2e.json
.c8rc.json
.eslintignore
.eslintrc.js
.npmignore
config.development.json
ghost.js
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
monobundle.js
package.json Update dependency semver to v7.6.1 2024-05-08 09:04:44 +02:00
playwright.config.js