template-demo-notes-create.sql

  • last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

    • -68
    • +94
    ./template-demo-notes-create.sql
  1. … 9 more files in changeset.
fix typo in the define_function_args call for template_demo_notes__new:

if you want to use package_instantiate_object using some type <t>, then

your call to define_function_args for <t>__new needs to have the object_type

parameter defaulting to <t>

move the sample data include to where it belongs; reformat some code

    • -13
    • +13
    ./template-demo-notes-create.sql
  1. … 1 more file in changeset.
activate the inserting of sample data on the postgres side; it works.

add column "color" to template_demo_notes table; add display for it in list2,

add html row for list3 to the demo/index file

    • -12
    • +30
    ./template-demo-notes-create.sql
  1. … 7 more files in changeset.
fixed problem with sample data for acs-templating demos of listbuilder

  1. … 4 more files in changeset.
fix typos in data model, add sample data for demo

  1. … 3 more files in changeset.
notes-like data model for templating demo page to facilitate listbuilder tut

    • -0
    • +163
    ./template-demo-notes-create.sql
  1. … 9 more files in changeset.