• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
quick port of content package

restructered for new dir setup

more debugging of test script and associated fixes

query dispatcher actually working...

    • -2
    • +8
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
first part of data model now loads in PG with QD

query dispatcher working on acs-tcl

    • -0
    • +26
    ./packages/acs-tcl/tcl/apm-file-procs.postgresql.sql
fixed dual-cursor query

partial work on content-test

initial whack at porting test code for content-repository

content-search.sql

I relealized that the dynmic trigger code wouldn't work as the trigger is actually being applied to a view. Changed code to use a rule instead, and now everything seems to work. More evaluation required however.

fixed up dynamic trigger creation for new content types

added query files

    • -0
    • +81
    ./packages/acs-tcl/tcl/apm-install-procs.postgresql.sql
    • -0
    • +30
    ./packages/acs-tcl/tcl/apm-procs.postgresql.sql
query dispatcher progress

    • -2
    • +8
    ./packages/acs-tcl/tcl/10-database-procs.tcl
    • -0
    • +28
    ./packages/acs-tcl/tcl/50-xml-utils-procs.tcl
    • -1
    • +4
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
fixed up content-repository code so that it will load. Dynamic trigger code commented out for now

added Don's lob hack to support content-repository porting

    • -0
    • +110
    ./packages/acs-kernel/sql/postgresql/lob.sql
added tree queries

started porting tree queries

added strict string semantics

more cleanup, added lob support for cr_revisions

    • -0
    • +110
    ./packages/acs-content-repository/sql/postgresql/lob.sql
more cleanup

fixed typo

general cleanup of initial porting effort

query dispatcher is now loading queries

    • -1
    • +4
    ./packages/acs-tcl/tcl/10-database-procs.tcl
    • -1
    • +24
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
    • -1
    • +43
    ./packages/acs-tcl/tcl/apm-procs.tcl
    • -0
    • +448
    ./packages/acs-tcl/tcl/db-query-dispatcher-procs.tcl
    • -261
    • +0
    ./packages/acs-tcl/tcl/db-query-dispatcher.tcl
added functons for introspection of db functions

initial port to postgresql

initial port to postgresql

initial port to postgresql

XML parsing is begun

    • -20
    • +77
    ./packages/acs-tcl/tcl/db-query-dispatcher.tcl
initial port to postgresql