Skip to content

Issues: gluesql/gluesql

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Introduced the Nullable enum and propagated Null evaluation improvement Improvements for existing features
#1577 opened Sep 23, 2024 by LucaCappelletti94 Loading…
Replace f32 and f64 with OrderedFloat improvement Improvements for existing features
#1409 opened Sep 16, 2023 by cl-kim
[Plan] Unchecked field in check_table_factor in evaluable.rs improvement Improvements for existing features
#1407 opened Sep 9, 2023 by ding-young
Make Payload::Create signal if table was created or not improvement Improvements for existing features
#1380 opened Aug 20, 2023 by gitmalong
Cannot implement 'CustomFunction' for SharedMemoryStorage improvement Improvements for existing features
#1335 opened Jul 27, 2023 by codernineteen
It doesn't work on a web worker because it refers to Window object. improvement Improvements for existing features question Further information is requested
#1329 opened Jul 22, 2023 by sanchezcarlosjr
Can you add an example directory? improvement Improvements for existing features question Further information is requested
#1260 opened Jul 5, 2023 by ekanna
Move Evaluated module from executor/evaluate to data/ improvement Improvements for existing features
#1236 opened Jun 5, 2023 by panarch
Make all storage parameters optional in execution layer improvement Improvements for existing features
#1160 opened Apr 28, 2023 by panarch
Refactor source code improvement Improvements for existing features
#1111 opened Mar 1, 2023 by maxtnuk Loading…
Feature Request: A different syntax to use ast builder improvement Improvements for existing features
#1077 opened Jan 29, 2023 by rustylabs
Coverage action to run wasm32 target tests improvement Improvements for existing features
#1051 opened Dec 26, 2022 by panarch
Adding panic unit tests for test-suite/src/tester/mod.rs improvement Improvements for existing features
#1033 opened Dec 1, 2022 by ever0de
Add faster ORDER BY executor merged with LIMIT(OFFSET) improvement Improvements for existing features
#1009 opened Nov 19, 2022 by devgony
Implement FormatType in Function::Format improvement Improvements for existing features
#976 opened Oct 29, 2022 by CEOJINSUNG Loading…
Integration of cargo-deny and cargo-audit into GitHub Action improvement Improvements for existing features
#683 opened Jul 27, 2022 by nyeong
sum panics on overflow.. discussion Discussion is needed improvement Improvements for existing features
#579 opened May 28, 2022 by ghost
Add test code ahead of time using #[ignore] discussion Discussion is needed improvement Improvements for existing features
#568 opened May 22, 2022 by ever0de
Publish @types/gluesql along gluesql-js for Typescript users improvement Improvements for existing features
#560 opened May 18, 2022 by MRGRAVITY817
Adding unsigned ints and signed ints together (ie overflow issues) improvement Improvements for existing features
#545 opened May 2, 2022 by ghost
Benchmark Suite improvement Improvements for existing features
#511 opened Apr 3, 2022 by KyGost
Implement Case in evaluate_stateless() improvement Improvements for existing features
#478 opened Feb 3, 2022 by MRGRAVITY817
Decimal supports precision and scale improvement Improvements for existing features
#474 opened Jan 26, 2022 by boomkim
ProTip! Exclude everything labeled bug with -label:bug.