AllSQL icon indicating copy to clipboard operation
AllSQL copied to clipboard

AllSQL is an open-source compact browser based SQL Compiler, built using Flutter.

Results 13 AllSQL issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Looks like the buttons in the README.md file are not appearing correctly. Only the text is showing up. **To Reproduce** Steps to reproduce the behavior: 1. Open...

bug

Darktheme using themedata

Added dark theme, and fixed some minor text related errors, and made text in the radio button description selectable

There is a bug present in the app where a character can be passed as INTEGER in the query. Screenshot: ![image](https://user-images.githubusercontent.com/55917548/132945251-2738e1b8-930f-49b0-8744-221e3c307258.png)

bug

Currently, we do not have any tests in the AllSQL Flutter project. Need to add some tests to make sure everything is working before deploying.

enhancement
help wanted
good first issue

Executing multiple select queries will now show all results in the output using a tab controller. #8 ![Alt Text](https://media.giphy.com/media/ueWMbntM9tfFS9sprR/giphy.gif)

It is common for tools such as this to allow users to execute the queries using a keyboard shortcut, usually ctrl + enter

enhancement

The application looks great, but support for PLSQL is also needed

enhancement
help wanted

Currently, the web app just has a light theme. Many users (including me) prefer a dark theme. So adding this functionality would be good for UX.

enhancement
good first issue

Highlighting the code based on syntax can be really useful for users as it makes it easier to read and understand code. I came across a few plugins and resources...

enhancement