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

SqfliteDatabaseException: DatabaseException(near "nulls": syntax error (code 1 SQLITE_ERROR): , while compiling: select p.b... #5970

Closed
sentry-io bot opened this issue Nov 30, 2024 · 0 comments · Fixed by #5971
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Nov 30, 2024

Sentry Issue: SMOOTHIE-3MJ

SqfliteDatabaseException: DatabaseException(near "nulls": syntax error (code 1 SQLITE_ERROR): , while compiling: select p.barcode from gzipped_product p left outer join product_last_access a  on p.barcode = a.barcode where p.lc is null or p.lc != ? order by a.last_access desc nulls last limit ?) sql 'select p.barcode from gzipped_product p left outer join product_last_access a  on p.barcode = a.barcode where p.lc is null or p.lc != ? order by a.last_access desc nulls last limit ?' args [ar, 20]
  File "stacktrace_utils.dart", line 10, in getCurrentStackTrace
  File "sentry_exception_factory.dart", line 44, in SentryExceptionFactory.getSentryException
  File "sentry_client.dart", line 235, in SentryClient._prepareEvent
  File "sentry_client.dart", line 119, in SentryClient.captureEvent
  File "hub.dart", line 173, in Hub.captureException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant