Ophir LOJKINE
Ophir LOJKINE
### Before you submit this issue, have you checked the following - [X] Is this really a problem? - [X] I have searched the Github Issues for similar issues, but...
Scan parameters are now respected, errors are handled better, and some NullPointerExceptions were corrected. Fixes #52 Fixes #50
WIP. Add support for single signon through oidc
### 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...
**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...
This page should show what the latest version of sqlpage is: https://sql-page.com/your-first-sql-website/
SQLPage can currently connect to Postgres, MySQL, SQL Server, and SQLite databases. These *OLTP* databases are focused on managing real-time transactional data. This allows using SQLPage to build applications like...
# SQLPage Calendar Component - Technical Design Document ## Overview The Calendar component will allow users to visualize and interact with time-based data in a familiar calendar interface. This document...
### Discussed in https://github.com/sqlpage/SQLPage/discussions/729 Originally posted by **beingalink** December 9, 2024 Hi all, I'm just trying to use markdown columns for being able to display superscript (i.e. 1.345p,q). Unfortunately, I...
### Discussed in https://github.com/sqlpage/SQLPage/discussions/710 Originally posted by **bever1337** November 25, 2024 Following example 11: https://sql.datapage.app/component.sql?component=form I've created a sql script that creates a temporary table, copies to it, and then...