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 SQLPage throws on `json_object` ### To Reproduce A simple form component with one input child. Its child is a select with options. The example is borrowed from the...

bug

### Discussed in https://github.com/sqlpage/SQLPage/discussions/656 Originally posted by **xylle** October 30, 2024 Hello, I've started using SQLPage, which is very good. Would it be possible to add edit_link, delete_link and view_link...

enhancement

Hello, i have writed a php service that stored the file of a photo of a person on filesystem. but the file of the photo is named with the sha1...

enhancement

### Introduction I have had sqlpage running with a postgres database for a long time. All functions are working fine. I recently set up some error monitoring for the logs,...

bug

Pagination is a component that enables users to navigate through a large dataset. The data is divided into pages, each containing a fixed number of rows. This component is typically...

Add `image_height` property to the card component to set the maximum height of images. This property ensures images scale down proportionally to fit the specified height, without distortion or upscaling,...

### Introduction The top-level parameter 'close' of the model component is a reserved word in Transect-SQL and results in an error when used on SQL Server. ### To Reproduce ```sql...

bug

### Introduction I cannot reach a connection to the MSSQL Server. I get a 10061 connection refused always ### To Reproduce Connect to a sqlserver with a named instance rather...

bug

Add comprehensive DEB and RPM packaging with CI/CD automation to generate widely compatible packages on release. ---  

- Pass `RequestInfo` as an `Arc` to avoid cloning the struct in many places. - The `source_path` in `HeaderContext` and `HtmlRenderContext` are now available through `RequestInfo`. - The logging component...