Skip to content

App crash when run some queries. #266

Closed
@huyphams

Description

@huyphams

The lib would crash when we run the following queries:

  1. Crash when trying to run a query with invalid quotes.
select * from ‟food‟;
  1. Crash when trying to show some binary column

Create table

create table tableplus_crash_example (col AggregateFunction(argMax, Int32, DateTime(3))) engine = Memory;
insert into tableplus_crash_example values (unhex('010000000001089170A883010000'));

Then run this query.

select col from tableplus_crash_example;

Metadata

Metadata

Assignees

No one assigned

    Labels

    need-infoAwaiting extra info from community/issue creatorpriority-highPretty important bug or issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions