SQLpage icon indicating copy to clipboard operation
SQLpage copied to clipboard

SQL-only webapp builder, empowering data analysts to build websites and applications quickly

Results 149 SQLpage issues
Sort by recently updated
recently updated
newest added

### Introduction I can't use prepared statements with SQLPage and SQLite's FTS5. Here's my simplified schema: ```sql CREATE TABLE memes( id INTEGER PRIMARY KEY, alt TEXT ); CREATE VIRTUAL TABLE...

bug

### Introduction The `sqlpage.link` function, when passed a list of parameters, serialize the values of the list with their JSON `"`, which are then percent-encoded. I think they should not...

bug

Hi! After trying to put a table-valued result in a `SET` variable, I think I understood that a SET variable can only store scalars, at least on SQLite: Here's a...

### Discussed in https://github.com/sqlpage/SQLPage/discussions/875 Originally posted by **vogel61** March 31, 2025 is it true, that handlebars partials are still not implemented in sqlpage? I am trying to create a custom...

Hi, Firstly, thank you so much for this framework. It is fantastic and very powerful. I am just working my way through the different components and have 2 questions: 1)...

It would be great if the `big_number` component can support row level parameters for `link` and `target`, that would allow the `big_number` item to be clickable and open another link...

enhancement

### Introduction "each_row" helper cannot contain calls to inline partials. ### To Reproduce ``` {{#*inline "item" }} {{ this }} {{/inline}} {{#each_row }} {{> item }} {{/each_row }} ``` ```sql...

bug

https://github.com/user-attachments/assets/454b749d-84b2-4489-b5b3-f6686a479e21 Hi, I would like to know if my redirect implementation in the form component with dynamic options is correct. In the attached video, you can see that when I...

bug

a movie gallery (still) **What is your problem ?** The button component creates a clickable button that triggers an action. This action can be destructive, such as deleting or altering...

enhancement

**High-Level Desciption** : enable site developers to authenticate users against an OIDC IdP (Identity Provider) before granting access to SQL-based pages. ## 1. Summary of Goals 1. Allow site developers...

enhancement
Winter Of Code 4.0