487 Commits

Author SHA1 Message Date
lovasoa d775a6f77b update dependencies
docker / docker (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / build-aws (push) Has been cancelled
Create Release / Create Release (push) Has been cancelled
v0.9.2
2023-08-01 13:02:51 +02:00
lovasoa 5469b429d4 clippy 2023-08-01 12:58:22 +02:00
lovasoa ccac77c1e1 fmt 2023-08-01 12:52:00 +02:00
lovasoa e4252f552f add support for displaying date time and datetime objects natively
Before, one used to have to cast them to text on the database,
which wasn't practical for use with the table component, for instance.

Fixes #41
2023-08-01 12:51:32 +02:00
lovasoa 6a79f9fdbe fmt 2023-08-01 01:16:23 +02:00
lovasoa 1b8ecc2460 v0.9.1: mssql fixes
docker / docker (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / build-aws (push) Has been cancelled
Create Release / Create Release (push) Has been cancelled
v0.9.1
2023-08-01 01:07:30 +02:00
lovasoa 3b5c4be081 fix link to hosted.sql 2023-07-31 11:47:21 +02:00
lovasoa 8536f0cd9a remove ambiguity in changelog 2023-07-30 23:53:43 +02:00
lovasoa 28184fa726 fix some cross-database compatibility issues
docker / docker (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / build (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / build-aws (push) Has been cancelled
Create Release / Create Release (push) Has been cancelled
v0.9.0
2023-07-30 23:24:53 +02:00
lovasoa 49f997d7e1 mssql: fix infinite recursion in parameter replacement, add tests, remove some duplication 2023-07-30 22:52:51 +02:00
lovasoa 7c04f4c70a remove recursive query from default index 2023-07-30 13:07:01 +02:00
lovasoa f76c9dd071 fix param binding for mssql 2023-07-30 13:06:23 +02:00
lovasoa f7c584e6b8 fix docker compose for mssql 2023-07-30 12:42:04 +02:00
lovasoa 203c51f7c1 update docker compose 2023-07-30 12:00:14 +02:00
lovasoa 64dcb3d3c2 fix mssql setup 2023-07-30 12:00:04 +02:00
lovasoa 04db4e00ed Add support for ms sql server in docker-compose 2023-07-30 11:49:41 +02:00
lovasoa d69ec081bc add experimental support for Microsoft SQL Server 2023-07-30 10:32:22 +02:00
lovasoa a39f9d0773 add an example for forms with a variable number of fields
See https://github.com/lovasoa/SQLpage/discussions/38
2023-07-29 02:00:23 +02:00
lovasoa 9c781dc593 update sqlx 2023-07-27 14:16:35 +02:00
lovasoa cfb2c75024 better cargo caching on ci 2023-07-27 13:15:53 +02:00
lovasoa a9b41ad5f7 avoid folder redirects for .SQL files (in capital letters) 2023-07-26 22:58:19 +02:00
lovasoa 18cdb6326b fix infinite error stream issue
It was possible for an SQL error to trigger an infinite loop where SQLPage would stream error messages to the browsers forever
2023-07-26 18:32:04 +02:00
lovasoa dea7485bc5 update changelog 2023-07-26 18:30:45 +02:00
lovasoa cbe9b2308a update sqlx 2023-07-26 18:03:17 +02:00
lovasoa d6e538e343 Redirect index pages without a trailing slash to the same page with the trailing slash. 2023-07-25 17:48:35 +02:00
Ophir LOJKINE 250c0bf18f Merge pull request #36 from llagerlof/main
Fix broken link to Master-Detail Form example
2023-07-25 17:45:39 +03:00
lovasoa 2ca311d18a avoid taking a db connection fromthe pool before it is necessary 2023-07-25 16:21:13 +02:00
lovasoa c5f9c91058 avoid database roundtrips for simple static select statements 2023-07-25 15:48:20 +02:00
Lawrence Lagerlof d8a0a1f6af Fix broken link to Master-Detail Form example 2023-07-25 10:05:15 -03:00
lovasoa 1d4b2b32bb update dependencies 2023-07-25 13:15:22 +02:00
lovasoa 14898042b6 fix link 2023-07-23 00:15:12 +02:00
lovasoa 3b6e9197fd push the right commit 2023-07-23 00:12:39 +02:00
lovasoa 71bcc32fd5 list files 2023-07-23 00:03:08 +02:00
lovasoa 50b1252e84 prevent concurrency 2023-07-23 00:01:24 +02:00
lovasoa 37a7115b52 add all files 2023-07-22 23:53:14 +02:00
lovasoa 5971c43a21 main branch 2023-07-22 23:51:41 +02:00
lovasoa 93e3e509b8 ip change 2023-07-22 23:48:20 +02:00
lovasoa 589dcab2a3 add ssh host key 2023-07-22 23:31:56 +02:00
lovasoa 1c48ed7aaa pdat remote 2023-07-22 23:27:59 +02:00
lovasoa ecbf2c0d42 setup git auth 2023-07-22 23:26:23 +02:00
Ophir LOJKINE 3f06f8c720 Update official-site.yml 2023-07-22 23:19:29 +02:00
Ophir LOJKINE 18b1a2567c Update official-site.yml 2023-07-22 23:16:49 +02:00
Ophir LOJKINE 0847c18fab Update docker.yml 2023-07-22 23:16:31 +02:00
Ophir LOJKINE cf749cb12b Update tests.yml 2023-07-22 23:16:05 +02:00
Ophir LOJKINE c599d9b92a Update official-site.yml 2023-07-22 23:14:47 +02:00
lovasoa f8fd88e94a add site deploy action 2023-07-22 23:12:53 +02:00
lovasoa 68c7236473 improve website wording and add content 2023-07-22 22:42:14 +02:00
lovasoa 9e433cab05 add support for building JSON APIs in SQLPage 2023-07-22 15:08:08 +02:00
lovasoa 141b070547 update dependencies 2023-07-21 16:03:23 +02:00
lovasoa b4deadfae3 update dependencies 2023-07-21 15:57:40 +02:00