Skip to content

Test main 🧪 (missing pg data types, updated readme, misc (#1) * improve the readme - docker cmds * Fixed hardcoded jsonArray & jsonObject store names * fixed the package name in store template * Updated templates for Find and Delete to use PK cols only * remove generated examples * updates to support varchar on Postgres * Dont include unsupported types in the String method, log them and include varchar types * fix typo in the model template * Revert "remove generated examples"... #23

Test main 🧪 (missing pg data types, updated readme, misc (#1) * improve the readme - docker cmds * Fixed hardcoded jsonArray & jsonObject store names * fixed the package name in store template * Updated templates for Find and Delete to use PK cols only * remove generated examples * updates to support varchar on Postgres * Dont include unsupported types in the String method, log them and include varchar types * fix typo in the model template * Revert "remove generated examples"...

Test main 🧪 (missing pg data types, updated readme, misc (#1) * improve the readme - docker cmds * Fixed hardcoded jsonArray & jsonObject store names * fixed the package name in store template * Updated templates for Find and Delete to use PK cols only * remove generated examples * updates to support varchar on Postgres * Dont include unsupported types in the String method, log them and include varchar types * fix typo in the model template * Revert "remove generated examples"... #23

Workflow file for this run

name: Test
run-name: Test ${{ github.ref_name }} 🧪 (${{ github.event.head_commit.message }})
on:
push:
branches:
- main
workflow_dispatch:
inputs:
ref:
type: string
description: 'Branch or tag'
required: true
default: 'main'
jobs:
test:
name: Test
uses: ./.github/workflows/test-job.yml
with:
ref: ${{ github.event.inputs.ref }}